If I tried in this way I am getting the same exception saying that java.lang.SecurityException: Servlet of class org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by this web application.
I inserted this context in seperate file..ie., under my web app. I created an .xml file adn inserted <Context docBase="MyWebApp" path="/MyWebApp" reloadable="true" crossContext="true" privilieged="true"> </Context> Still not working..... Can anyone give idea regarding this? On Thu, May 21, 2009 at 11:33 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > 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 > > -- Raghuram Srinivas