Raman Ravikumar wrote:

> Hi all
>
>    I'd like to know if it is possible for an applet to connect to a Servlet
> different from the Webserver that generates html.
>
> Thanks in Advance
> ravi
>

Unless you are using a signed applet that has been granted permissions, you can
only contact the host from which the applet was loaded.  However (depending on
your needs) you might be able to contact a servlet on your web server that then
used a URLConnection to contact a servlet on a different server for you, and
returned the results -- this is basically what proxy servers do.

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to