Fwd: netscape.security.AppletSecurityException?

1999-01-27 Thread CINDY454
Hello, For some reason this email forwarded to you was sent to me as well, even though I am not included in the distribution list. This problem seems to be recurring from numerous other sources as well. I recieve approximately 30 emails per day not intended for me. Do you have any ideas as to

Re: netscape.security.AppletSecurityException?

1999-01-27 Thread Christopher Hinds
OK guy\gals lets get this straight now, the default sandbox security model(JDK 1.0/JDK 1.1) implemented by NAV/IE as per specification is , "An applet can only open a socket connection to the host from where it came from. By socket connection I mean any socket level protocol like HTTP(HTTPUrlConn

Re: netscape.security.AppletSecurityException

1999-01-27 Thread Dimitris Vyzovitis
David Harvill wrote: > I have heard of an alternate solution, where the name of the host is > passed to the applet as a parameter. I am not positive of the > implementation since it is not my program. If the author doesn't mind, I > will supply the source for this technique. > > -dave How can t

netscape.security.AppletSecurityException?

1999-01-27 Thread Bennett Yip
Hi, I read you problem in digest version. So I can't reply directly. I think the major problem is that you haven't download the JDBC driver to the client side! So the browser try to load the driver from the server side. However, the server try to find and load the driver from the server classpath

Re: netscape.security.AppletSecurityException

1999-01-26 Thread David Harvill
I have heard of an alternate solution, where the name of the host is passed to the applet as a parameter. I am not positive of the implementation since it is not my program. If the author doesn't mind, I will supply the source for this technique. -dave On Tue, 26 Jan 1999, Dimitris Vyzovitis w

Re: netscape.security.AppletSecurityException

1999-01-26 Thread Dimitris Vyzovitis
> > > Yes, you are being blocked by Netscape's security manager. This is > working as designed. An Applet is not allowed to open a socket with any > host other that the host from which it was loaded. In my experience netscape has a different point of view on security policy. I had a similar pr

Re: netscape.security.AppletSecurityException

1999-01-26 Thread Uli Luckas
cape, I get this exception (with exactly the same code > as before). The console logs this: > > netscape.security.AppletSecurityException: security.Couldn't connect to > 'localhost' with origin from 'local-classpath-classes'. > at > netscape.security.Appl

Re: netscape.security.AppletSecurityException

1999-01-26 Thread Douglas Toltzman
gres database. If I run with >appletviewer or in a frame as standalone application, everything seems >to be all right, the connection takes place succesfully. But if I try to >connect from Netscape, I get this exception (with exactly the same code >as before). The console logs this: > &

netscape.security.AppletSecurityException

1999-01-26 Thread PAX!
to be all right, the connection takes place succesfully. But if I try to connect from Netscape, I get this exception (with exactly the same code as before). The console logs this: netscape.security.AppletSecurityException: security.Couldn't connect to 'localhost' with origin from