-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

don't send html email to this list!

> If I use the GET method, I have no problems with my servlets.
> When I move to POST, I will get one of 3 error messages....
>
> ajp11: Servlet Error: POST is not supported by this URL

You need to implement the doPost() method in your servlet.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to