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!

HTTP method POST is not supported by this URL

843835Dec 17 2002 — edited Dec 19 2002
Hi all,
Any help would be appreciated regarding this problem I'm having....

I have a JSP (call it Form.jsp) with a form that takes input and passes it to a second JSP (call it Process.jsp). Btw, I'm using Tomcat 3.2.

I'm using the post method for submission i.e.

<form method="post" action="Process.jsp">

Process.jsp simply takes the input and inserts it into a db2 database.
Also, Process.jsp is written as a scriptlet.

The problem is that when I submit the input from Form.jsp the browser (IE 5.5) returns an HTTP 400 Bad Request error. The server returns the following error:

2002-11-17 03:12:28 - Ctx( ): 400 R(+ /myDir/Process.jsp + null) HTTP method POST is not supported by this URL

Why am I getting this? What does it mean?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2003
Added on Dec 17 2002
9 comments
1,214 views