Iftikhar Ahmed wrote: > > In this scenario request on one webserver is dispatched to the > other webserver through HTTP and then second webserver sends > the response back to servlets >
The key thing to realize is that using a servlet to connect to another HTTP server is no different from using any other java program to connect to an HTTP server. If you search the archives using search terms like "applet servlet communication", then most of the information you find should be relevent. Or just check the Java Tutorial's "Custom Networking" trail. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.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
