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 is something normal for security reasons) but 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 Thanks in advance! --