Thanks for the response Mladen.

My config file has the following:

JKMount /accounts/account/* wrkr

Where "/accounts/account/*" is setup as a sevlet mapping to a JSP in WEB-INF/jsp

If the documentRoot in Apache doesn't allow the PUT method, what about other paths?

I know you can set up a PUT request in Apache with a cgi script, but I was hoping that mod_jk could handle this without cgi.

Mladen Turk wrote:

Jack J. Coleman wrote:

Any help would be appreciated.


It's hard to tell without your config files
but I bet you've done something like:

JkMount /* worker

Since by default the DocumentRoot in Apache does
not allow PUT methods, you are receiving 405.

Regards,
Mladen.

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




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

Reply via email to