Getting reference to a Servlet Context of a Servlet that's on a different server?
Abhijit Ghatnekar
Greenhorn
Joined: Nov 10, 2007
Posts: 19
posted
0
Greetings.
Is it possible to use this method ServletContext getContext(String uripath) to get a reference to a Web Application Context deployed on a different server? Can the String uriPath accept an HTTP path to a servlet as opposed to an absolute path ?
This can be used to get ServletContext of other web application in the same Servlet Container but not the different ServletContext in different server.