I have two on context in the tomcat 4.1 server. When I run the application in first context. (e.g) login validation should be done in the application in the other context and the application in the Second context should be loaded How can in do this.
Regards, Vasanth
Regards,Vasantha<p>Great minds discuss ideas. Average minds discuss events. Small minds discuss people.
You can get the ServletContext of another web application by calling
getServletContext().getContext(uripath)
where uripath is the context path of the other web application. You can subsequently call getRequestDispatcher(path) on this context and forward the request to the appropriate resource on the second context.
Is this what you are trying to do?
SCJP2
Tell me how it all turns out. Here is a tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth