An unsigned applet may only connect to the host it was delivered from.
(host of the applets codebase).
if you load your applet via http, it should be no problem to connect back
to the originating host.

greets peter


-----Urspr�ngliche Nachricht-----
Von: neeraj koul <[EMAIL PROTECTED]>
An: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Datum: Dienstag, 4. April 2000 08:18
Betreff: netscape.security.AppletSecurityException


>hi,
> I am trying to communicate between a applet and a servlet
>On doing this I get an exception as below
>
>netscape.security.AppletSecurityException:security.class from local disk
>trying to access url:http://localhost:8080/proj/servlet/app_serv
>
>However, when I access the servlet through a browser, i am having no
>problems
>To connect to the servlet I have used/modifed examples  given in JASON
>HUNTER ( Java Servlet Programming) at page 290-291
>
>Can anyone suggest how to overcome this. I plan to move the application
>over a web where users may access it.
>
> Any help would be GREATLY Appreciated
>
>regards
>Neeraj
>
>___________________________________________________________________________
>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
>

___________________________________________________________________________
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