> From: Ken Bowen [mailto:kbo...@als.com]
> Subject: SSI configuration

> May 21, 2009 9:31:58 PM org.apache.catalina.startup.HostConfig
> deployDirectory
> SEVERE: Error deploying web application directory docs
> java.lang.SecurityException: Servlet of class
> org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded
> by this web application

Read the Tomcat SSI doc:
http://tomcat.apache.org/tomcat-6.0-doc/ssi-howto.html#Installation

Note especially: "Only Contexts which are marked as privileged may use SSI 
features (see the privileged property of the Context element)."

You must mark your webapp that wishes to use SSI as privileged in its <Context> 
element.  Unless you want to mark all of your webapps as privileged, do not 
uncomment the SSI servlet in the global conf/web.xml; instead, place the SSI 
servlet definition and mappings to the WEB-INF/web.xml of the webapps that need 
to use SSI.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to