my web application is under webapp folder ie.C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps Under webapps folder I got 4 different applications but I want to enable SSI servlet only for one applicaiton. for eg: under webapps:the application name: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\pvs
pvs is the web application name which i need to enable ssi servlet. Can you help me how can i do this. Thanks Raghu On Fri, May 22, 2009 at 9:42 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > I inserted this context in seperate file..ie., under my web app. > > Where exactly under your webapp? Be precise when reporting problems. > > > <Context docBase="MyWebApp" path="/MyWebApp" reloadable="true" > > crossContext="true" privilieged="true"> > > </Context> > > Take out the docBase and path attributes - they're not allowed. > > Note that if you have enabled the SSI servlet or filter in conf/web.xml, > you must set privileged="true" in *every* webapp you have deployed, > including the ones that ship with Tomcat. Better to declare the SSI servlet > or filter (and the associated mapping) in the individual webapp's > WEB-INF/web.xml file and set privileged="true" in just that webapp. > > - 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