Using Apache Jserv for servlets does work, but it requires a good dose
of masochism. Much, much easier is to use the Java Web Server from Sun
(free evaluation, under $300), Solaris version. About 1/10 the
configuration time, in my experience. You will need the JSDK classes
from Sun too.

We have also found Apache Jserv servlets are slower than servlets served
by the Java Web Server on the same box. Probably due to inefficient
communication between Apache and VM (uses sockets).

Steven Rock wrote:
> Just made the leap from wintel to Lunix. I would like to use java
> servlets instead of dusting off my Perl-CGI books. Has it been ported
to
> Linux yet?

Kosh wrote:
Use the Apache Jserv - a module you can compile for use as a servlet
engine
with Apache. Check out java.apache.org

Other than that you just need the JSDK classes which you can download
from Sun.

Hope this helps.

Kosh


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

Reply via email to