Thank you Nathan,

I use Tomcat server. However, I still need to compile my servlet with
Java servlet package. Here I found some unexpected installation feature.

I placed servlet-2_2b.zip on my CLASSPATH and it did not work
wherever I placed it. After some trials, I unzipped it and to my surprise
found server.jar file in it! Also, I could not find any instructions on
the Sun's site how to install it.

After I discovered server.jar file I placed it in the jre/lib/ext directory
and it started to work.

Regards,

Jacob Nikom






Nathan Meyers wrote:

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

Reply via email to