Re: Cannot modify Tomcat Contexts installed at setup

2005-04-05 Thread Mark Thomas
The app is pre-compiled. Delete the servlet mapping for /index.jsp in web.xml and then try it. (You might need to restart) Mark helena rato wrote: I use Tomcat 5.0.27 with apache Apache 2.0.40 and JK2. Just for the purpose of a test, I replace the existing index.jsp file in $CATALINA_HOME/webapps

Re: Cannot modify Tomcat Contexts installed at setup

2005-04-05 Thread helena rato
Thanks Sven, I did how you suggested: First I erased the caches: [EMAIL PROTECTED] num]# cd /usr/local/jakarta-tomcat-5.0.12/work/Catalina/localhost [EMAIL PROTECTED] localhost]# rm -rf ./* [EMAIL PROTECTED] localhost]# ll total 0 At this point, I renamed with mv $CATALINA_HOME/webapps/ROOT/ind

Re: Cannot modify Tomcat Contexts installed at setup

2005-04-04 Thread sven morales
Hi, Try clearing the directory tomcat5/work/* and restart tomcat. This should clear up caches. aka_sergio --- helena rato <[EMAIL PROTECTED]> wrote: > I use Tomcat 5.0.27 with apache Apache 2.0.40 and > JK2. > > Just for the purpose of a test, I replace the > existing > index.jsp file in $CA

Cannot modify Tomcat Contexts installed at setup

2005-04-04 Thread helena rato
I use Tomcat 5.0.27 with apache Apache 2.0.40 and JK2. Just for the purpose of a test, I replace the existing index.jsp file in $CATALINA_HOME/webapps/ROOT/ with another index.jsp file, with following contents: Hello World I re-boot the server, and start Tomcat and Apache. I browse to my URL