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

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

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: html h1Hello World/h1 /html I re-boot the server, and start Tomcat and Apache. I

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