Howdy, Assuming you meant PUT in the message just like in your subject: simply add a doPut method to your servlet. Tomcat won't reject this unless you have a security constraint only allowing certain methods and rejecting PUT.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: J�rgen Schwarz [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 23, 2003 10:52 AM >To: [EMAIL PROTECTED] >Subject: How to configure Tomcat to acceppt PUT requests for servlets? > >Hi, > >how do I configure Tomcat 4.x to accept POST requests for my servlet? I >always receive HTTP error 405 "Method not allowed". POST works without >problems. > >Regards, > Juergen > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
