Thanks for your help Charles.

I tries in this way but now when i started my server and opened the home
page ie..,http://localhost:8080/------> the page is reloading from 30 min. I
am not able to view the tomcat home page. In the log files too I am not
getting any errors.
Any idea..


Thanks
Raghu

On Fri, May 22, 2009 at 11:06 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > 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
>
>


-- 
Raghuram Srinivas

Reply via email to