Greetings.....

I Would like to seek for assistance and help from what I have a problem in my 
code.....(If anyone would like to see the code, I could email it personally.

I've made some changes on my catalina.policy under $CATALINA_HOME/conf directory with 
the help of Georgi Popov with some permission and codebase on directory of class 
file... It goes like this:

grant codebase "file:${catalina.home}/webapps/irma/WEB-INF/classes/-" {
 permission java.net.SocketPermission "*","resolve";
};

but still no effect on the changes..... I have always received a error message and it 
goes like this:

java.security.AccessControlException: access denied(java.net.SocketPermission 192 
resolve)
 at java.security.AccessControlContext.checkPermission(Unknown Source)
 at java.security.AccessController.checkPermission(Unknown Source)
 at java.lang.SecurityManager.checkPermission(Unknown Source)
 at java.lang.SecurityManager.checkConnect(Unknown Source)
 at sun.plugin.protocol.jdk12.http.HttpURLConnection.connectStep1(Unknown Source)
 at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown Source)
 at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
 at java.net.HttpURLConnection.getResponseCode(Unknown Source)
...............


Looking forward for a help........

Thanks and More Power......

erwin


_____________________________________________________________
Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com

_____________________________________________________________
You deserve a better email address! Get personalized email @yourname
or @yourcompany from Everyone.net --> http://www.everyone.net?tag

___________________________________________________________________________
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