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()
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're still not asking a clear question. Maybe if you tell us what you're trying to do it would help.