Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Emmanuel Milou
It worked actually!!! Thank you for your help. Manu Filip Hanik - Dev Lists wrote: did you try: myapp swallowOutput="true" /> docBase="/usr/local/apache-tomcat-5.5.25/server/webapps/manager" debug="0" privileged="true"/> Emmanuel Milou wrote: here is the part of my se

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Filip Hanik - Dev Lists
did you try: myapp swallowOutput="true" /> docBase="/usr/local/apache-tomcat-5.5.25/server/webapps/manager" debug="0" privileged="true"/> Emmanuel Milou wrote: here is the part of my server.xml you wanted to check: myapp swallowOutput="true" /> do

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Mark Thomas
Emmanuel Milou wrote: here is the part of my server.xml you wanted to check: myapp swallowOutput="true" /> docBase="/usr/local/apache-tomcat-5.5.25/server/webapps/manager" debug="0" privileged="true"/> appBase == docBase is your problem. Move this to the users list if y

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Emmanuel Milou
here is the part of my server.xml you wanted to check: myapp swallowOutput="true" /> docBase="/usr/local/apache-tomcat-5.5.25/server/webapps/manager" debug="0" privileged="true"/> Mark Thomas wrote: Emmanuel Milou wrote: it used to work well with the same config on

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Mark Thomas
Emmanuel Milou wrote: it used to work well with the same config on Tomcat5.5. Could the problem occurs because of the changelog? or a bug in the connector mod_jk? appBase and docBase settings for the relevant host and webapp? Mark -

Wrong path to servlet - 404 Not Found

2008-01-31 Thread Emmanuel Milou
Hi, i am running JDK 1.6.0_03, Apache-Tomcat5.5.25 with connector mod_jk (ajp13). My application worked fine with Tomcat5.5 with the same configuration and same code. I have problems since the update to Tomcat5.5.25. When I click on an option in the menu bar of my home page, a simple JSP code