![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Now when I try to access this page from another machine, the JApplet gets loaded, and it also accesses servlet, I mean there is no error in url path or anything like that but when the application tries to access database and retrieve some information, I get the following error "java.security.AccessControlException:access denied (java.net.SocketPermisssion localhost:8080 connect, resolve) ". Are you trying to access the database through your servlet or your applet? If the applet is trying to access the database directly, you're not going to have a lot of luck with the bridge driver. If the servlet is accessing the database, make sure you've edited the
Replies: |
Sponsored Links
|