Getting Started with Java Servlets using Apache JServ - Installation (Page 2 of 5 )
Setting up Apache Jserv is a fairly involved process, which includes installing serveral different components. The Jserv team already spent some considerable effort on the INSTALL document bundled with the Apache-Jserv package, and is an excellent document to get you started on how to set up your servlet-enabled Apache web server. Furthermore, more installation help is available at the Apache Jserv web site's Instruction and Howto's section. The articles there go over the whole installation process, as well as the issues involved in installing Apache Jserv on *nix systems as well as Windows operating systems. Ari Halberstadt's "Using Apache Jserv 1.0 article is particularly good for installing Apache Jserv.
To help you get started, you may want to download these following components as you're reviewing the INSTALL file.
- The latest version of Apache, http://www.apache.org/dist (as of this writing, it is 1.3.6).
- The Apache Jserv module: http://java.apache.org/jserv/dist
- The Java Servlet SDK version 2.0: http://java.sun.com/products/servlet
Make sure you get the 2.0 version JSDK; Jserv hasn't been patched to work with JSDK 2.1 yet. - Java - for linux, the Blackdown JDK works well. http://www.blackdown.org
Make sure you download the package that's appropriate for your system (ie architecture and libc libraries). For Win32 systems, you can get java from Sun at http://java.sun.com/j2se
IBM also has a JVM for linux as well, however the license for it expires after 90 days. http://www.alphaworks.ibm.com/tech/linuxjvm
Next: Examples >>
More Java Articles
More By Richard M. Yumul