Tomcat Access Control Exception

2009-09-13 Thread abhilashk_cse
I am using org.apache.coyote.http11.Http11NioProtocol connector and deployed a comet application which uses Jini jars. While running the comet application it is throwing errors. There is a security access code in my application: if (System.getSecurityManager() == null)

Re: Tomcat Access Control Exception

2009-09-13 Thread abhilashk_cse
t.java:2214) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec utor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor .java:907) at java.lang.Thread.run(Thread.java:619) abhilashk_cse wrote: I am using