There are two virtual host being setup on more machine.

Now in the servlet code in one of the virtual host, I am trying to forward
the reuqest to a jsp page in another virtual host.
I am using the following code

                RequestDispatcher  reqDisp =
getServletContext().getRequestDispatcher("/www/pgHomeMessage.jsp");
                if (reqDisp  != null)
                    reqDisp.forward(request, response);
But it does not work. It works fine if I a forward to the jsp in the same
virtual host but does not if the destination is in another virtual host.

Please help

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to