Jack J. Coleman wrote:
I do not have any Location directives and I am not using auto aliasing. My httpd.conf has a simple VirtualHost directive.

Even so, I tried moving the JSP outside of the WEB-INF, but still no luck.

The request doesn't seem to be getting to mod_jk at all. In the Apache access_log I can see the 405 error message, but in the mod_jk log (with debug turned on), I see nothing about that request. Apache seems to be stopping the PUT in its tracks.


No idea then. Unless you have some Limit directive, check the
access.log if you are hitting the correct location.


Is there some way to tell mod_jk to handle the PUT request (like you would for a cgi script)?


No need, mod_jk is a handler, and as such is independent of the http
method.


Regards,
Mladen.

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

Reply via email to