I'm not familiar with servlet mappings. I just enabled the invoker servlet because the book I'm reading told me to, and it said to use the '/servlet/*' mapping. Which one should I use?

--------------------------------------------------
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
Sent: Tuesday, January 15, 2008 1:24 PM
To: "Tomcat Users List" <users@tomcat.apache.org>
Subject: RE: SecurityException when starting TomCat

From: Bob the BlueBerry [mailto:[EMAIL PROTECTED]
Subject: SecurityException when starting TomCat

Can you tell me how to fix this?

java.lang.SecurityException: Servlet of class
org.apache.catalina.servlets.InvokerServlet
is privileged and cannot be loaded by
this web application

Don't use the InvokerServlet - it's certifiably evil:
http://wiki.apache.org/tomcat/FAQ/Miscellaneous?highlight=%28invoker%29

Use the proper servlet mappings, and the see if you've got a problem.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to