Sampa Das wrote:
>
> hi all,
> I am a newcommer in JSP .I am using JSWDK1.2 to run my program . I have
> a question which seems to be the hurdle in work.
> Could anyone guide me what to do.
> Why does the server closes down frequently on performing some database
> or redirecting a jsp page.

That's because JSWDK is not so stable as anyone could expect. Just
forget about it and download another servlet container, so some JSWDK
problems go away (but some come up:).

Here is a *short* list of possible servlet containers:

*) Resin - http://www.caucho.com
*) Tomcat - http://jakarta.apache.org
*) Orion - http://www.orionserver.com - this is much more then servlet
container, but in case you'll feel EJB is worth to try as well

One reminder - before sending *any* mail to the list, just take a look
at accompanying documentation and (highly recommended) the following
specifications:

*) JavaServlet Pages 1.1 - http://java.sun.com/products/jsp
*) Java Servlets 2.2 - http://java.sun.com/products/servlet

> sampa

Jacek Laskowski

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