> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > Subject: Re: Configuring SSI in tomcat 6 > > Sorry for that.I placed the file in this location: > C:\Program Files\Apache Software Foundation\Tomcat 6.0\ > webapps\pvs\META-INF\context.xml
O.k., that's the right location. Make sure that there's no conf/Catalina/[host]/pvs.xml file in existence; if there is, that will override the context.xml file in your webapp's META-INF directory. > I created a new context.xml and in that i pasted this > > <Context docBase="PVS" path="/PVS" reloadable="true" As stated before, take out the docBase and path attributes, they're not allowed. > privilieged="true"> You misspelled privileged. Note that the URL used to reference your webapp must be pvs, not PVS, since it's located in webapps/pvs. This is case sensitive, even on Windows. If you want the URL to be PVS, upper-case the name of the directory. - 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