Platform:        Weblogic 8.1
Proxy:             Apache
Application: Struts Release 1-1

Issue:

I am receiving an http 405 response on post attempts to a Struts 1-1
application.

Here is the post that is causing the 405 (or http method not allowed) from
the weblogic access log

192.168.2.21 - - [29/Jul/2003:10:14:12 -0400] "POST
/uboc-tl/executeQuery.do HTTP/1.1" 405 45

Here is a subsequent post that worked and returned a 200

192.168.2.21 - - [29/Jul/2003:10:17:23 -0400] "POST
/uboc-tl/executeQuery.do HTTP/1.1" 200 0

These Posts were sent from the same apache server and from the same
browser.
Once the 405 occurs, the problem continues to persist in the same browser
session by hitting refresh.  However, executing the same request in a
different browser seems to allow the request to be successful.

The default servlet for weblogic will return a 405 error if the http method
is not overridden.

Any ideas would be of great help!

Thanks
Brian



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to