Hi Guys,
Recently I successfully configured my
tomcat 5 and apache 2 to run together. I am using the new JK2 module. I can specify URL
patterns like jsp-examples/* in the Apache workers2.properties file and this is forwarded on to tomcat.
What I would like to do is have requests to for example:
http://localhost/tomcat go to tomcat's root
So for example,
http://localhost/jsp-examples becomes,
http://localhost/tomcat/jsp-examples This way I can get access to all my tomcat apps via the /tomcat/ context path defined on apache.
This is instead of specifying each and every url mapping from apache to tomcat.
I hope I made myself clear. Are there any apache/tomcat config experts out there?
Thank you for any help.
Greatly appreciated.
James.
[ December 20, 2004: Message edited by: James Turner ]