Camilo Wilson wrote:
>
> 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
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?
Use the Apache Jserv - a module you can compile for use as a servlet
engine
with Apache. Check out java.apache.org
Other