By Marty Phelan martyp@wainet.com
March 3, 2000
RedHat 6.1 Installed
JDK 1.2.2-RC2 (or better) Installed
Apache 1.3.3 Installed
JServ 1.1-2 using ApacheJServ-1.1-2_RH6x.i386.rpm
JSDK 2.0 (no higher/lower) using jsdk-2.0-3.i386.rpm
Install JServ package
Install JSDK Package
Modify /etc/httpd/conf/jserv/jserv.conf
by
un-commenting:
"LoadModule jserv_module
/usr/lib/apache/mod_jserv.so"
Modify /etc/httpd/conf/jserv/jserv.properties
by
changing:
"wrapper.classpath=/usr/lib/classes/jsdk.jar"
to:
"wrapper.classpath=/home/httpd/classes/servlet-2.0.jar"
NOTE:
If any of your servlets need other classes in the classpath, then
add a "wrapper.classpath=..." line for each of the needed
classes/jars.
Start/Stop httpd (you may need to log out/in to get updated shell environment)
Test by pointing your browser to http://localhost/servlets/IsItWorking
Test the JServ status page http://localhost/jserv/