I meant that you open the webpage that holds the applet in the browser make
sure that the webpage is hosted by the same web server as the servlet. so
the url in the browser and the url u gave in the new URL() should refer to
the same web server.

Regards
Rohit Parik


----- Original Message -----
From: Vacca Davide
To: [EMAIL PROTECTED] ; Rohit Parik
Sent: Tuesday, April 24, 2001 7:40 PM
Subject: Re: Applet servlet communication
I've specified the port number; infact I've written:

new URL(this.getCodeBase(),
"http://localhost:8080/servlet/myPackage.myServlet";);


Thanks for the help, anyway

___________________________________________________________________________
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