Re: How to configure Toncat to accept HTTP PUT requests?

2008-07-28 Thread Moley Harey
Hi Charles, I created a new servlet context and added the configuration you sent me in its web.xml and it worked fine ;-) Thanks a lot for your help! 2008/7/25 Caldarale, Charles R [EMAIL PROTECTED] From: Moley Harey [mailto:[EMAIL PROTECTED] Subject: How to configure Toncat to accept

How to configure Toncat to accept HTTP PUT requests?

2008-07-25 Thread Moley Harey
Hi folks! I have a simple Java client that execute a HTTP PUT request to upload a file under Tomcat webapps folder, the thing is that every time I try to upload the file I get the response code Forbidden 403. I have read that Tomcat do not come by default with the HTTP PUT feature enabled (which

RE: How to configure Toncat to accept HTTP PUT requests?

2008-07-25 Thread Caldarale, Charles R
From: Moley Harey [mailto:[EMAIL PROTECTED] Subject: How to configure Toncat to accept HTTP PUT requests? if I need to enable this for a single folder under webapps that is going to be used as a repository accesible via HTTP, how can I configure that? I am using Tomcat 5.5.7 (Thank you