I have Tomcat installed and running nicely but can't get Apache to direct a
PUT to a servlet.

I have a servlet named "attach" which is called with this url
http://<server>/vault/servlet/attach.  The doGet method is being executed
nicely but the doPut method is never executed.

In httpd.conf I have this directive
<Limit PUT>
  Script PUT /vault/servlet/attach
</Limit>

Any suggestions?

Brett Perkes
[EMAIL PROTECTED]




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

Reply via email to