> 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