Vida Luz wrote:
> 
> Hi, Good Day !!!
> 
> I need begin to work with servlet, But I need to know: What I have
> installed in my server?
> 
> My server is Linux and my jdk es version 1.2, I need other tools to begin
> an program with servlet?

In order to start working with Servlets and/or JSP you have to install a little
bit more tools. 
You need Servlet-enabled web server. There are two ways how to accomplish it:
you can do it by using external module (in case of Apache) or just use a pure
Web server with Servlet/JSP support like Resin (http://www.caucho.com) or Orion
(http:/www.orionserver.org). The latter is much more then JSP/Servlet
environment; it is actually Application Server with EJB support and even more.
These two however give you possibility to work with up-to-date implementation of
JSP 1.1 and Servlet 2.2. Resin can be also compiled as a external module to
Apache.

I should also mention about Jakarta which is a project of people who have worked
on JSWDK. This product will someday be a RI for JSP/Servlet, but currently there
is one major problem - there is no servlet auto-reloading. That's the reason why
I mentioned about it at the end. You may find it at http://jakarta.apache.org.

> 
> Thanks in adavanced.
> 
> Regards,

Jacek Laskowski


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to