Whole document tree 6. Server Side Java6.1. mod_jserv6.1.1. What is mod_jservQuoting java.apache.org Apache JServ is a 100% pure Java servlet engine fully compliant with theJavaSoft Java Servlet APIs 2.0 specification. Since we believe in the great value complete portability between different servlet platforms, together with portability of Java binary code, we worked very close with JavaSoft and other JVM implementers to provide correct interpretations or Java specifications both for servlets and for the Java language itself. From the authors point of view: mod_jserv is very comfortable to maintain Unfortunatly mod_jserv is no longer actively developped, only bugfixes if bugs where found. Tomcat is the successor of mod_jserv As soon as the author gets enought time and experiance with Tomcat he will extend this HOWTO. JDSK2.0 is out of Date too. It is needed for mod_jserv only. 6.1.2. Prerequisites6.1.2.1. JSDK 2.0 (mod_jserv req.)6.1.2.1.1. What is JSDKIt is the API from Sun Microsystems for developping Servlets 6.1.2.1.3. Building and installingSince JSDK is closedsource there is nothing to build. Notice: The filename “jsdk20-solaris2-sparc.tar.Z” suggests to be a binary for sparc platform -> ignore it, it will work on all platforms
6.1.4. Building and installing
It is important to use flag --enable-EAPI if apache is compiled with mod_ssl! 6.2. jakarta-tomcat6.2.1. What is TomcatQuoting jakarta.apache.org Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. From the authors point of view: Tomcat is the successor of jserv which is no longer developped. Tomcat supports the latest jsp and servlet-API's defined by sun. Unfortunatly Tomcat is very difficult to build from source, because it is using its own building-system called "ant". There is also a very long list of prerequesits if you want to build from source. See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/BUILDING.txt for more details - Good luck, and give some feedback to the author. In the meantime the HOWTO is providing some basic support for Tomcat installed from binaries. The Author is searching for some volunteers who tries to build Tomcat from source and tells what steps are required 6.2.2. Prerequisites6.2.2.1. Java26.2.2.1.1. What is Java2>Quoting java.sun.com Too much for this HOWTO, please see http://java.sun.com/j2se/1.3/docs/relnotes/features.html 6.2.2.2. Download the binariesGo to http://java.sun.com/j2se/1.3/ ,choose your platform and follow the steps on the site. 6.2.2.3. Installing the binariesExecute the binary:
Notice: There is a newer version of java available, if you do not care about possible instability you can downloads version 1.4.0 After accepting the license, unpack the stuff and move the resulting directory to "/usr/lib" 6.2.3. Download the binariesOrigin-Site: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/jakarta-tomcat-4.0.1.tar.gz/ 6.2.4. Installing the binaries
Now you should be able to startup tomcat:
You should now be able to connect to: http://localhost:8080/index.html For the further steps like installing your servlets and jps-files, you are responsible by youself... Notice: Since the author is NOT a Java-Programmer he will not be able to help you with Java-Problems! The author is an experienced SysAdmin and could you give some hints: Be sure your CLASSPATH Variable is set right. This is the most common error done. Have fun, and as metioned above, the author welcomes some feedback to be able to provide more information to the community. |