Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Random 405 Http Error Weblogic/Struts

843841Aug 4 2003 — edited Aug 4 2003
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 if the http method is not defined.

Any ideas would be of great help!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2003
Added on Aug 4 2003
2 comments
419 views