I've got an IIS/5.0+Tomcat/3.3.1 on Windows 2000 installation - set up
using the binary distribution:

-       The two are integrated using the isapi filter dll.
-       IIS and (perl)cgi works fine for GET and POST. 
-       Tomcat works fine for any GET or POST to 
        - either a servlet 
        - or a *.jsp page
        through its build in web server.
-       GET to a servlet or *.jsp through IIS work fine too.

But a POST to specifically a servlet through IIS yields:

        POST /foo/servlet/Bar HTTP/1.0
        Content-Type: application/x-www-form-urlencoded
        ...

        HTTP/1.1 405 Method not allowed
        Server: Microsoft-IIS/5.0
        Date: Sun, 31 Mar 2002 04:36:49 GMT
        Allow: OPTIONS, TRACE, GET, HEAD, PUT, DELETE
        Content-Length: 3126
        Content-Type: text/html

What is happening ? (To be clear - the above directly to tomcat (i.e. on
port 8080) works fine - i.e. doPost() et.al. are functional).

Will summarize.

Txs !

Dw



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to