You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ar...@4tel.no on 2000/11/17 09:31:59 UTC

HTTP PUT

Hi!

Does Tomcat support HTTP PUT?
How?

Arne


Re: HTTP PUT

Posted by Charles Forsythe <fo...@netvoice.net>.
arne.haarseth@4tel.no wrote:
> Does Tomcat support HTTP PUT?

Yes.

> How?

The same way all Servlet containers support HTTP PUT.  Try reading a
book on Servlet programming.  I recommed Jason Hunter's "Java Servlet
Programming" from O'Reilly.

-- Charles