----- Original Message -----
From: "Sudhir Kumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>

>             Can anyone suggest me any method by which i can access
> (invoke )the serlet running in a remote web server through a servlet
running
> in ur local web server ????

Try to use the java.net package. Esp. useful will be the classes
java.net.URL, java.net.URLConnection.
You will need to establish an HTTP connection to the servlets on the remote
web server.

> Can i do it with request dispatcher ???

No you can not.

Regds,
Gokul

>      sudhir

___________________________________________________________________________
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