Since you're able to hit your servlets through the invoker when pointing to Tomcat directly, this sounds like a connector problem. Check your workers[2].properties to make sure you're passing requests for "/servlet" through to Apache.


justin

At 11:47 AM 1/6/2004, you wrote:
http://jakarta.apache.org/tomcat/faq/misc.html#invoker

-Tim


Maxime Pelletier wrote:


Hi,
We upgraded our tomcat to 4.1.29 and apache to 2.0.48 recently and we have
lost access to all servlet invoked in the following form
http://address/servlet/MyServlet
the apache does no longer pass the request to the tomcat and result in a 404
error (processed by apache).
When I use the tomcat only port the servlets are accessibles :
http://address:tomcatport/servlet/MyServlet
Does anyone have a solution to this ?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


______________________________________________
Justin Ruthenbeck
Software Engineer, NextEngine Inc.
justinr - AT - nextengine DOT com
Confidential. See:
http://www.nextengine.com/confidentiality.php
______________________________________________


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to