On Wed, 22 Aug 2001 09:41:04 -0500, you wrote:
>JkMount /*.jsp ajp13
Yes, this solves my problem. But I think this issue should be
documented. I remember having read about this command for telling
Apache to forward *all* .jsp pages to Tomcat, but I haven't seen any
advice for preventing the "//
On Tue, 21 Aug 2001 09:47:33 -0500, you wrote:
>The problem is that Apache is serving the file and not forwarding the
>request to Tomcat. Tomcat would *not* return the JSP contents for this URL,
>it would return a 404 error.
Yes, it could be but...
>I've heard this same problem from another u
The problem is that Apache is serving the file and not forwarding the
request to Tomcat. Tomcat would *not* return the JSP contents for this URL,
it would return a 404 error.
I've heard this same problem from another user who is also using Apache
1.3.20. I can't duplicate the problem using Apac