How to setup Apache Tomcat Connector on Linux Centos 5.x

7
Sep
1

The Problem

On myserver, I have a Java app myapp running off Tomcat that I can access on port 8080
http://myserver.com:8080/myapp/

I wanted to serve that app through Apache so I can access it at
http://myapp.myserver.com/


The Solution

So I needed to setup the Apache Tomcat Connector for myserver
a Linux box running CentOS release 5.3

Filed under: Apache, Linux, Tomcat