Hello,

the idea is to send data to another URL (different server), which is running
cgi scripts for processing that data. I'm able to connect with running a
simple Java class, but it doesn't work from within the JBoss Server.

First lines of error:
java.security.AccessControlException: access denied
(java.net.SocketPermission www.xxx.com resolve)
        at
java.security.AccessControlContext.checkPermission(AccessControlContext.java
:272)
        at
java.security.AccessController.checkPermission(AccessController.java:399)
        at
java.lang.SecurityManager.checkPermission(SecurityManager.java:545)


So I suppose there are some adjustments necessary regarding security/socket
access etc. Couldn't find anything that specific in the manuals available.

Can somebody help?

Tx and regards,
Ulli



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to