Hi, I'm working with Tomcat 3.2 behind an Apache server.
On Apache side, I've install mod_jk to transfer all the requests for the root context of a specific host to Tomcat using AJP13. This seems to work fine as long as my client browser does accept cookies. However, when working with URL rewriting, Tomcat does not seems to be able to handle the request. I've got a "page not found" error. I've look a little bit further and I can tell the following: - If I request direclty Tomcat (by specifying the port on the URI), everything works fine. - Looking at the ContextManager debug messages, I've seen that when going through the AJP handler, Tomcat tries to get the real path for the URI including the rewriting. (e.g. /jsp/test.jsp;jsessionid=7rfhs767). While when requesting directly Tomcat, the URI seems to have been parsed before since Tomcat tries to locate /jsp/test.jsp Maybe, I did something wrong with the configuration but I don't know what. Does anybody have an idea? thanks, --Eric -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
