----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> I am trying to shutdown JServ from the command line:
> >
> >java -classpath $CLASSPATH org.apache.jserv.JServ
> $CONFPATH/mod_jserv.conf -s
>
Try to use
java -classpath $CLASSPATH org.apache.jserv.JServ
$CONFPATH/jserv.properties -s
instead. mod_jserv.conf is the configuration file for apache-mod_jserv, and
the jserv.properties file defines all parameters for the java environment.
Roland Becker
> >but I have an exception:
> ApacheJServ/1.0: No secret key file defined:
> java.lang.NullPointerException
>
> I've set ApJServSecretKey DISABLED and ApJServManual ON in my
> mod_jserv.conf file
> Could someone, please, tell me if I am using incorrect syntax?
> Thank you
--
--------------------------------------------------------------
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]