Hi,

    1. Create an applicatein using the deploytool first.
    2. Add web components(html, jsp, servlet and ...) to the application.
    Then it will work.

xgh

----- Original Message -----
From: "Ding, Li" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 24, 2000 1:58 AM
Subject: J2EE Servlet


> 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

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