Tag: tomcat

Install Apache Tomcat 9 Complete with Updated Scripts

In this exercise, Tomcat 9 will be installed with OpenJDK 8 using a self-signed certificate using the http2.Http2Protocol protocol.  I’ve updated and simplified the script since my last attempt at a similar Tomcat 9 installation.  I have also added SELinux context, log rotation, and speed! Enjoy Tomcat Screenshot from an earlier version, but the end result is the same.

Read More »

Apache Tomcat 9 – SSL/TLS Configuration HOW-TO

In this exercise, Tomcat 9 will be installed with OpenJDK 8 using a self-signed certificate in a PKS12 keystore on a clean CentOS 7 Linux server using the Http11NioProtocol protocol.  These are the steps. Enjoy Tomcat Check the Cert You can check the cert by using your browser. http2.Http2Protocol Alternately, you can use the http2.Http2Protocol protocol.  However, there is one prerequisite…

Read More »

Create systemd services for Atlassian Apps

While working with the Atlassian products over the years, a pattern emerges. Even though there are distinct differences in their setup and configurations, the installation process can be generalized. One of the post-installation considerations to make is in the manual creation of a service.  The benefit of a service is that it will automate the running of the application, rather…

Read More »

Install Tomcat 5.5.28 on RHEL5 / CentOS5

A recent attempt to install Tomcat5 through the RPM repositories with the statement yum install tomcat5 failed to be as successful to run the application. Also there is a need to run Tomcat with Sun Java JDK not the openJDK that is available through the channels. These are the steps to get Tomcat up and running on a Red Hat…

Read More »

How to Setup IIS6 with the Tomcat 5 Connector – Step by Step Guide.

How to Setup IIS6 with the Tomcat 5 Connector – Step by Step Guide. A complete guide step by step with pictures on how to setup Internet Information Server (IIS) 6.0 and Tomcat 5 on a Microsoft Windows 2003 server to use the Tomcat ISAPI redirector. Prerequisites (installed on test machine) Procedure Step 1: Add the ISAPI redirect to Tomcat…

Read More »

Tomcat fails to install as a service

Problem Tomcat 5.5.x fails to complete installation with an error message indicating failed to install tomcat 5 as a a service. Failed to install tomcat 5 service Check your settings and permissions Abort Retry Ignore This error occurred using Microsoft Windows Server 2003 Standard Edition with Service Pack 1 and Apache Tomcat Version 5.5.9. This resolution worked for me. Resolution…

Read More »