At 11:43  1/12/99 -0500, you wrote:
>Hi, All,
>
>I searched the archives, found some solutions but still can not solve my
>problem.:-q
>
>I am using Apache 1.3.9, Solaris 5.7, JDK 2, JSDK1.2.1, Oracle 8.0.5.  I
>have a servlet doing query from a database on the other server, it works.
>But when I do test on applet with same driver, jdbc:oracle:thin, username,
>passwd, it failed.  The error message is:
>
>Exception
>occurrednetscape.security.AppletSecurityException:security.Couldn't
>connect to 'xxx.xxx.xxx.xxx'with origin from 'xxx.xxx.xxx.xxx'.
>
>I have tried numbered IP and named IP, set classpath to current directory,
>disable/enable java security in Netscape, but none of them works.

It must be the Java Security Manager not letting the applet open any socket
connections. Have you tried running it in another Applet runner?

___________________________________________________________________________
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