[lug] JServ wrapper.bin
Anne George
ageorge at goldsys.com
Wed Mar 14 06:55:49 MST 2001
First of all, Thanks very much for the feedback to my previous mails. It has
been invaluable!
There is some wierd stuff going on with my JServ app server. I'm trying to
NOT use the default Kaffe stuff that came with the machine, so I installed
Sun's JDK1.2.2.
1. Both of these work if I have the jserv.properties file set correctly.
<http://192.168.130.17/servlet/IsItWorking>
<http://192.168.130.17/servlets/IsItWorking>
2. What is going on with these settings? I think wrapper.bin overrides the
wrapper.path if both are set. But what combo am
I looking for?
In jserv.properties:
Works if...
wrapper.bin=/usr/bin/java (but this is picking up Kaffe...)
Or...
#wrapper.bin
wrapper.path=/bin:/jdk1.2.2/jre/bin (this is Sun)
Or...
wrapper.bin=/usr/bin/javawrapper.path=/bin:/jdk1.2.2/jre/bin
Doesn't Work if... (Internal servlet error)
wrapper.bin=/jdk1.2.2/jre/bin/java (wierd?)
#wrapper.path
Or...
wrapper.bin=/jdk1.2.2/jre/bin/javawrapper.path=/bin:/jdk1.2.2/jre/bin
3. In an archive blug mail file, I saw the following, but I cannot find
where to set the JAVA_HOME & LD_LIBRARY_PATH.
Does this apply to my setup?
With latest JDK1.2.2 I don't think you need CLASSPATH on Linux.
If you want you can set it to JAVA_HOME/bin setenv CLASSPATH
.:JAVA_HOME/bin
Don't forget to set setenv LD_LIBRARY_PATH
.:/local/lib:/usr/lib:/usr/lib/X11:/usr/local/lib Don't forget to set your
PATH!
---------------------
In httpd.conf, ServerName=192.168.130.17 (but also works w/ localhost, or my
server name)
I started/stopped the server after each change, and constantly reloaded the
browsers and cleared browser caches.
I have RH6.2, and have my 98/laptop networked with my Linux box via a
crossover cable. (No DNS, using host files for now)
I would try accessing the servlet from both machines.
Verified that the java binary is in both /bin directories.
There are two lines for the classpath --
wrapper.classpath=/usr/lig/apache/ApacheJserv.jar
wrapper.classpath=/home/httpd/classes/servlet-2.0.jar
Has anyone done this, or can someone point me to some documentation?
Thanks,
Anne George
ageorge at goldsys.com
More information about the LUG
mailing list