hi,
if you want to run servlets in tomcat you must set web.xml file and add the
name of your servlet class and your servlets name.


-----Message d'origine-----
De : Sadanand Mn [mailto:[EMAIL PROTECTED]]
Envoy� : mercredi 2 mai 2001 22:37
� : [EMAIL PROTECTED]
Objet : Re: Problems Setting up Tomcat to run Servlets


If i am not wrong , in Ur servlet you are not overriding doGet() ,
so solution is make the method =post in the form tag of your html
OR
override doGet() and just call doPost()
hope this helps .

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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