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

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 wro

Wrong path to servlet - 404 Not Found

2008-01-31 Thread Emmanuel Milou
a subdirectory. Every servlet is declared in my web.xml. i know it looks like a simple configuration problem but it's not because 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? Thanks for your hel