Hi all,

I want my servlet1 to communicate with  servlet2 on a different server. I
need to set some attributes(sensitive info)  to the servlet1 before the
request can be forwarded to servlet2. I cannot use sendRedirect() bcos the
attributes cannot then be retrieved in servlet2.

Does
getServletContext().getRequestDispatcher("http://.......").forward(request,r
esponse)  work for communication between servlets on different servers?? i'm
using javawebserver2.0 trial version.


Using
getServletContext().getRequestDispatcher("http://.......").forward(request,r
esponse)can we access other cgiprograms on  different server?

Pls help me. this is very urgent

Thanks a lot

___________________________________________________________________________
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