hey there,
i am evaluating JServ as an alternative to C/CGI and perl....
just built and installed apache 1.3.6,
JDL 1.1.7, JSDK 2.0, JServ 1.0 on redhat 6.0. (last used apache 3 years
ago..)
pretty darned sure i got the .conf files correct.
i followed a few FAQ-O-Matic files in Apache JServ
1.0-->Installation-->Unix:
Step by Step: DSO Installation of Apache JServ, RH 5.2 and Apache 1.3.3
(etc)
all i get is this in mod_jserv.log:
[21/06/1999 12:20:27:322] (ERROR) an error returned initializing protocol
"wrapper"
[21/06/1999 12:20:27:322] (ERROR) in init all protocols "wrapper" returned
an error
[21/06/1999 12:20:27:322] (EMERGENCY) Error initializing protocols
i wish there were a few more details here!
is this the result of processing the wrapper entires in my
jserv.properties file? the paths are correct..
---------------
# Syntax: wrapper.bin=[filename]
wrapper.bin=/usr/local/blackdown/jdk117_v3/bin/java
# Syntax: wrapper.bin.parameters=[string]
# Syntax: wrapper.class=[classname]
# Syntax: wrapper.class.parameters=[string]
# Syntax: wrapper.path=[path]
# Syntax: wrapper.classpath=[path]
wrapper.classpath=/usr/local/ApacheJServ-1.0/src/java/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
# Syntax: wrapper.env=[name]=[value]
# Syntax: wrapper.env.copy=[name]
# Syntax: wrapper.env.copyall=[true,false]
# Syntax: wrapper.protocol=[name]
i also tried setting the log level to debug, which does not give
anymore information.
anyone help..???? (i'm not on the mailing list.. yet)
let me know what other information i should send.
best regards,
--michael moores
# /etc/profile
# System wide environment and startup programs
# Functions and aliases go in /etc/bashrc
PATH="$PATH:/usr/X11R6/bin"
JAVA_HOME="/usr/local/blackdown/jdk117_v3"
JSDK_HOME="/usr/local/JSDK2.0"
CLASSPATH="$JAVA_HOME/lib/classes.zip:$JSDK_HOME/lib/jsdk.jar"
PATH="$PATH:$JAVA_HOME/bin:$JSDK_HOME/
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]