----------------------------------------------------------------
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've recently downloaded JServ-1.1-2 as an rpm for RedHat6.x
and installed it
on my Mandrake6.0 after having failed to get the self-compiled
1.0-version
running. On first attempt the httpd hang-up produced no
restart. After having
changed

<IfModule mod_jserv.c>
      Include /etc/httpd/conf/jserv/jserv.conf
</IfModule>

to

<IfModule mod_jserv.so>
      Include /etc/httpd/conf/jserv/jserv.conf
</IfModule>

when typing 'httpd' on the command line, I get

"You must specify a secret key, or disable this feature.
To disable, add "ApJServSecretKey DISABLED" to your Apache
configuration file.
To use, add "ApJServSecretKey {filename}" where filename is
document
with more or less random contents, and perhaps a few kb in
length.
The Apache JServ documentation explains this in more detail."

although in the default settings the file 'jserv.secret.key'
is specified
correctly in both "jserv.conf" and "jserv.properties". Setting

"ApJServSecretKey" to 'disabled' and 'security.secretKey=NONE'
produces just the
same result.


Could anybody please help me with a hint that solves this
problem?

Thanks,

Karl-Heinz



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