-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi,
I am trying to setup Apache 1.3.6 to run as an NT service along with
Apache JServ. I have successfully got it up and running using the Sun
JDK 1.1.8, but it is slow and I'd like to run JServ using the IBM JDK.
I can get either virtual machine running when JServ is running in manual
mode, but I want to have it running as part of the Apache service on
NT. Below are the important parts of my jserv.properties file. The
only difference between when I run the Sun virtual machine and the IBM
virtual machine is that I change the comments appropriately. I know
that changing the comments works, because I can get both virtual
machines running in manual mode, but I don't know what prevents the IBM
virtual machine from running as part of the NT service.
# The Java Virtual Machine interpreter.
# Syntax: wrapper.bin=[filename]
# Note: specify a full path if the interpreter is not visible in your
path.
wrapper.bin=c:\Alexander\java\IBM\JRE\1.1\bin\jre.exe
#wrapper.bin=c:\Alexander\java\jdk1.1.8\bin\java.exe
# CLASSPATH environment value passed to the JVM
# Syntax: wrapper.classpath=[path]
wrapper.classpath="C:\Alex Muc\java\IBM\JRE\1.1\lib\rt.jar"
#wrapper.classpath=c:\Alexander\java\jdk1.1.8\lib\classes.zip
wrapper.classpath=C:\ApacheGroup\ApacheJServ\ApacheJServ.jar
wrapper.classpath=c:\Alexander\java\jsdk2.0\lib\jsdk.jar
wrapper.classpath=c:\Alexander\java\1.1collections\lib\collections.jar
Does anybody have any suggestions? The only error message I get in the
log
files is a "class not found: org.apache.jserv.JServ", but the jar file
is
included in the classpath in my jserv.properties file.
Thanks for you help
Alex
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]