-
Installing Tomcat 9 behind Apache on CentOS 7
There are a number of posts on how to do this. I have created this post mostly for my own records so I know I will continue to have a record of what I have done. Setup Ensure you have at least JDK 8, I have the RPM “java-1.8.0-openjdk.x86_64” installed by this point. Create a… read more…
-
How to get the mod_jk connector for Apache
If you want to run Tomcat from behind Apache as many people do then you need to find a method of sending requests from Apache to Tomcat. One of the popular mechanisms is to use “mod_jk”. The problem is that Apache or httpd does not generally come with mod_jk. I had this problem when I… read more…