Hi
I am trying to integrate Apache with Tomcat. Everything is working fine except the i had various context in the Tomcat initially. The welcome page in each of the contexts were diffrent ie diffrent from the default index.jsp.
However when i try to access the contexts through apache ie
eg
if the context is say test and the welcome page is welcome.jsp and apache is running on port 80 and tomcat on 8080
in tomcat if i access
http://localhost:8080/test it goes to the welcom.jsp page whereas if i go through apache ie
http://localhost/test i dont get the welcome.jsp page.
With Regards
Arup