Hi:

I'm configuring J2EE on Windows 2000. I have difficulty getting Java
servlets going. I used Submit in a form to
call a servlet, and it seemed the servlet did not get executed. Instead, the
browser was trying to download the
servlet class. I used

<form method="get" action="Servlets/TestServlet">

where TestServlet is the servlet class (TestServlet.class) residing under
%J2EE_HOME%/public_html/Servlets.
This class contains a doGet and doPost method, and was compiled
successfully.

I wonder where I should put this class under J2EE?

Thanks.

Li.

===========================================================================
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