Hello,
I'm using Tomcat 4.1.12. I have 2 application, for e.g webapp1 &
webapp2. When I do the
getServletContext().getContext("/webapp2").getRequestDispatcher("/index2.jsp
") in webapp1, it always go back to the webapp1. In my server.xml I
configured it like that:
<Context path="/webapp1" docBase="webapp1" debug="0" reloadable="true"
crossContext="true"/>
<Context path="/webapp2" docBase="webapp2" debug="0" reloadable="true"
crossContext="true"/>
Anyone know how to do it?
Regards,
Louis
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>