On my windows partition, there are no problems with my
WAR-Archive
running in the Tomcat Server but now after copying it to the
linux
partition, there are these errors coming from the Tomcat:
exception
javax.servlet.ServletException: Servlet.init() for servlet
jsp threw
exception
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo
rtValve.java:
105)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd
apter.java:
148)
org.apache.coyote.http11.Http11Processor.process(Http11Proc
essor.java:
869)
org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtoco
l.java:
664)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo
lTcpEndpoint.java:
527)
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(
LeaderFollowerWorkerThread.java:
80)
org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:684)
java.lang.Thread.run(Thread.java:595)
root cause
java.security.AccessControlException: access denied
(java.lang.RuntimePermission
accessClassInPackage.org.apache.jasper)
java.security.AccessControlContext.checkPermission(AccessCon
trolContext.java:
264)
java.security.AccessController.checkPermission(AccessContro
ller.java:
427)
java.lang.SecurityManager.checkPermission(SecurityManager.j
ava:532)
....................
I checked the "catalina.policy" file but the
access mentioned here
-> (java.lang.RuntimePermission
accessClassInPackage.org.apache.jasper)
is granted!
Perhaps problems with the permission to some other files?!
Hope someone knows! Thanks!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Apache Tomcat" group.
To post to this group, send email to Apache-Tomcat googlegroups.com
To unsubscribe from this group, send email to
Apache-Tomcat-unsubscribe googlegroups.com
For more options, visit this group at ht
tp://groups.google.com/group/Apache-Tomcat?hl=en
-~----------~----~----~----~------~----~------~--~---
|