i wrote a webapp that uses jsp for the user interface and sends that data
to a servlet.  but when i try to submit the data to the servlet using either
post or get method, i get:

HTTP method POST is not supported by this URL

but i have another application that follows the same architecture and it works.

does anyone know why i am getting this error for this one app?  is there a conf
file that i need to alter?

peter choe

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to