Problem with SecurityManager

2001-03-30 Thread CHRISTOPHER . R . SMITH
I am encountering a big problem when trying to use Tomcat's security manager. I have set the following lines in the policy file: grant codeBase "file:${tomcat.home}/webapps/PFOCE" { permission java.net.SocketPermission "1.2.3.4:1024-65535", "accept, connect, listen, resolve";

Problem with SecurityManager

2001-03-29 Thread CHRISTOPHER . R . SMITH
I am encountering a big problem when trying to use Tomcat's security manager. I have set the following lines in the policy file: grant codeBase "file:${tomcat.home}/webapps/PFOCE" { permission java.net.SocketPermission "1.2.3.4:1024-65535", "accept, connect, listen, resolve";