Re: AccessControlException with Applet

2002-01-15 Thread RSEQUEIRA
: AccessControlException with Applet yes i'm trying to connect to the same machine that i download the applet. The probleme is there. I don't understand why it doesn't want to work fine Stuart Stephen a écrit : Were you trying to connect to the same machine that you were downloading to or to another

RE: AccessControlException with Applet

2002-01-14 Thread Durham David Cntr 805CSS/SCBE
I think its the applets security settings you should be looking at. You should know that applets are not by default allowed to make socket connections to computers other than the server the applet came from. Hope this helps, Dave -Original Message- From: Olivier BILLIARD

Re: AccessControlException with Applet

2002-01-14 Thread Olivier BILLIARD
thx Dave u're right I totally forget than the applet didn't use the policy of tomcat but of the JRE. Many many thx Durham David Cntr 805CSS/SCBE a écrit : I think its the applets security settings you should be looking at. You should know that applets are not by default allowed to make

RE: AccessControlException with Applet

2002-01-14 Thread Stuart Stephen
Were you trying to connect to the same machine that you were downloading to or to another? Without a certificate you can only connect to a remote machine that the applet was originally downloaded from. The JSP stuff is server side though so you wouldn't encounter the problem. Certificates can be

Re: AccessControlException with Applet

2002-01-14 Thread Olivier BILLIARD
yes i'm trying to connect to the same machine that i download the applet. The probleme is there. I don't understand why it doesn't want to work fine Stuart Stephen a écrit : Were you trying to connect to the same machine that you were downloading to or to another? Without a certificate you