-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> 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.

which version of the jdk r u using? dont remmember which ver ibm's jdk is
upto these days. but i was able to get it to work with jdk 1.1.7. i
specified \jdk1.1.7\lib\classes.zip in the classpath instead of
\ibm\jre\1.1\lib\rt.jar ( which incidently seems to be a jdk 1.2 jar). hth.

interestingly, the problem i have with jserv on nt is that i cannot run more
than 1 jserv instances if i specify them to start in automatic mode from
apache even though:
1. they run fine in manual mode.
2. i can get them to work fine one at a time. ie if i run apache on port 80
and jserv on port 8007, it works fine. if i shut it down and run apache on
port 90 and jserv on port 8090, it works fine. but if i try to run them both
at the same time, i get the following on the console:
---------------
[Wed Sep 22 23:49:41 1999] [crit] Apache JServ encountered a fatal error;
check
your ApJServLogFile for details if none are present in this file.  Exiting.
---------------

and the standard:
---------------
[23/09/1999 06:50:19:957] (ERROR) an error returned initializing protocol
"wrapp
er"
[23/09/1999 06:50:19:957] (ERROR) in init all protocols "wrapper" returned
an er
ror
[23/09/1999 06:50:19:957] (EMERGENCY) Error initializing protocols
---------------
in mod_jserv.log

anyone else had the same problem? anyone have any ideas on how to narrow the
problem?

as an aside, has anyone thought about a web/servlet based gui program for
configuring the various conf files? anyone interested in helping design one?

regs,




--
--------------------------------------------------------------
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]

Reply via email to