Originally posted by Rajaguru Ramalingam:
How can i access a servlet from another servlet which is part of another web application or servlet context....?
You can do it with JSTL in your
JSP. Couldn't think of anyother.
Neither httpServletResponse.sendRedirect() works, nor these requestDispatcher.include()
requestDispatcher.forward()