isapi_redirect and HTTP PUT doesn't work

2005-02-22 Thread Stefan Person
Hi @ll, my first post in this list ;) Well, I've a problem with the isapi_redirect.dll (versions 1.2.6 and 1.2.8) in combination with a http PUT request. With a old version, don't know which exact, it's from 2001, the request works without any problems. I'm using tomcat 5.5 and IIS5 on Windows

Again Problem with HTTP-PUT in Tomcat 5.0.16

2004-01-30 Thread Schöpf Mirco
Hi Everyone, I run a Tomcat 5.0.16 with a j2sdk1.4.2_03. I get HTTP ERROR 400 when I try to send a HTTP-PUT Request to a Servlet. The Servlet extends the HttpServlet class and overrides the doPut-method (everything as it is supposed to be, I guess). It never executes the code in this doPut

Problem with HTTP-PUT in Tomcat 5.0.16

2004-01-23 Thread Schöpf Mirco
Hi Everyone, I run a Tomcat 5.0.16 with a j2sdk1.4.2_03. I get HTTP ERROR 400 when I try to send a HTTP-PUT Request to a Servlet. The Servlet extends the HttpServlet class and overrides the doPut-method (everything as it is supposed to be, I guess). It never executes the code in this doPut

ISAPI integration: Tomcat 4.1.24, IIS 5 with HTTP PUT request

2003-06-26 Thread Hartmut Bernecker
Hello, I am faced to the problem that the Tomcat-IIS integration doesn't work when doing some HTTP PUT Request! HTTP GET and HTTP POST requests works well. Also HTTP PUT Request works well when running Tomcat standalone (w/o IIS, Port 8080). You have some Idea? I do not. Hartmut Bernecker

Allowing HTTP PUT in specified location only

2003-04-04 Thread Janne Ruuttunen
Hi Tomcatters, How does one configure tomcat 4.1 to allow HTTP PUT/DELETE requests for a specific directory only? I found that the default servlet has the readOnly parameter, but I can't change the default behaviour. Thanks in advance, Janne

Using a servlet to handle a HTTP PUT

2001-01-12 Thread Brett Perkes
I have Tomcat installed and running nicely but can't get Apache to direct a PUT to a servlet. I have a servlet named "attach" which is called with this url http://server/vault/servlet/attach. The doGet method is being executed nicely but the doPut method is never executed. In httpd.conf I have

HTTP PUT

2000-11-17 Thread arne . haarseth
Hi! Does Tomcat support HTTP PUT? How? Arne

Re: HTTP PUT

2000-11-17 Thread Charles Forsythe
[EMAIL PROTECTED] 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