On Thu, Feb 08, 2001 at 12:16:46PM -0500, Jacob Nikom wrote:
> Hi,
>
> I started to work with servlets and found that I need to download
> Servlet API classes - servlet-2_2b.zip package. I have few questions
> about this package.
Servlets run fine on Linux. The question is what you are trying to
do with the servlet classes - just compile your own source, or run a
servlet environment?
If you just need the library to compile your own classes, you can install
it as an extension or put it in your classpath. If you want to run a
servlet environment - something that will handle HTTP requests and run
servlets - then you need to choose and run one. You have many choices
here: for example, there's the Tomcat servlet engine you can use with
Apache (http://jakarta.apache.org/tomcat/), and there are pure-Java Web
servers such as Jetty (http://jetty.mortbay.com/).
Nathan
>
> 1. Does it run on Linux?
> 2. Where jdk directory structure I have to place it in:
> a) /jdk/jre/lib/ext
> b) should I create /jdk/jre/lib/classes directory
> and place them over there ?
>
> Jacob Nikom
>
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]