The Artima Developer Community
Sponsored Link

Java Answers Forum
Applet - Remote DB connectivity

1 reply on 1 page. Most recent reply: Nov 6, 2003 1:05 AM by Rahul

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Karthik

Posts: 1
Nickname: karthiksk
Registered: Nov, 2003

Applet - Remote DB connectivity Posted: Nov 5, 2003 10:51 PM
Reply to this message Reply
Advertisement
I am getting a security exception (Details of which I have mentioned below) when I try connecting applet at the client end with the remote Oracle Database. Can anyone help me out on this exception.

com.ms.security.Security ExceptionEx[JdbcApplet.action]

Thanks
Karthik Kumar


Rahul

Posts: 52
Nickname: wildhorse
Registered: Oct, 2002

Re: Applet - Remote DB connectivity Posted: Nov 6, 2003 1:05 AM
Reply to this message Reply
You may need to set socket permissions in java.policy file on the client side. Like:
grant{  
  permission java.net.SocketPermission "databaseServer|IP addr:port", "connect";
};

Flat View: This topic has 1 reply on 1 page
Topic: JList in JTable Previous Topic   Next Topic Topic: Multipart Response(Sending Image and Some HTml Content)Using Servlets

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use