Hi,
I'm running Apache2.2.3 and Tomcat 7 on my RHEL5 Linux box. Apache2.2.3 is running on the default port 80, Tomcat is running on port 8080.
What I'd like to do is to redirect an incoming request from apache to Tomcat.
For example, say I have
www.mysite.com, and I also a web application with jsps. The web application is currently up and running on Tomcat so I can access the web application as
www.mysite.com:8080/context path.
domain.mysite.com would serve the same content as www. mysite.com:8080/context path.