> ApJServMount /servlets /servlets
> ApJServMount /servlets /servlets
you have ApJServMount defined two times. why?
> zones=servlets
> servlets.properties=/usr/local/apache/conf/jserv.servlets.properties
while not required, i would name the file "servlets.properties"
> security.secretKey=/usr/local/apache/conf/jserv.secret.key
you should not have the secretKey defined because you have it set as
DISABLED in your httpd.conf file.
> log=true
> log.file=/usr/local/apache/logs/jserv.trace
make sure that this file exists and is writable by the JVM processid.
> well? any ideas?
> ugh.
what do your log files say? i bet it says that the JVM crashed. if so, read
the faq...
<http://java.apache.org/faq/fom-serve/cache/130.html>
-jon
----------------------------------------------------------------
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]