Philipp Südmeyer wrote:
> The problem is that service() isn't called at all if I send a put-request.
> In fact doPut isn't called.

PUTs are handled by the default servlet out of the box. Unless you
change the readonly init parameter in conf/web.xml to true then PUT
and DELETE are rejected.

Depending on your servlet mapping, your servlet may or may not get
called instead of the default servlet for PUT.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to