> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com]
> Subject: Re: Configuring SSI in tomcat 6
> 
> 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.

 - 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