making invoker servlet work

H

harryos

hi
I uncommented the mapping of invoker servlet in tomcat's conf/web.xml
and tried to start the tomcat.I am getting an error saying
java.lang.SecurityException: Servlet of class
org.apache.catalina.servlets.InvokerServlet is privileged and cannot
be loaded by this web application at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
java:1145)

How do i make my web app previleged?do i have to edit the java
security file?can someone help?
harry
 
O

Owen Jacobson

hi
I uncommented the mapping of invoker servlet in tomcat's conf/web.xml
and tried to start the tomcat.I am getting an error saying
java.lang.SecurityException: Servlet of class
org.apache.catalina.servlets.InvokerServlet is privileged and cannot
be loaded by this web application at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
java:1145)

How do i make my web app previleged?do i have to edit the java
security file?can someone help?
harry

1. If you ever plan to expose your app to anyone, even other users on
a secure LAN, disable the invoker servlet and use proper servlet
mappings. Don't be responsible for another under-specified, insecure
Tomcat-dependent webapp.

2. <http://tomcat.apache.org/tomcat-6.0-doc/config/context.html> has
the appropriate voodoo.

-o
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top