Hi, I'm currently working on communication between servlet on different web server. I need to pass a document to the receiver servlet on the other web server from a sender servlet. The question is : Does RequestDispatcher.forward() can perform this task? I mean can a servlet form web server A forward to the servlet on web server B. The Document will act as request object. If it can't, could u suggest the other method to do this task? Thank you. __________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ ___________________________________________________________________________ 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
