-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Charles Gautier <[EMAIL PROTECTED]> wrote:
> According to the documentation, authentication setup
> requires something like
> "ApjServSecretKey C:\temp\jserv.secret.key"
> in the httpd.conf file.
>
> With this option Apache doesn't start :
> Invalid command 'ApjServSecretKey'
I replied:
> It should be ApJServSecretKey (note the capital "J") :-)
Charles Gautier <[EMAIL PROTECTED]> replied:
> It still doesn't want to start up.
Try putting the file path in brackets, like this:
ApJServSecretKey "C:\temp\jserv.secret.key"
and be sure to configure the Java side of things in
"jserv.properties" by setting:
security.authentication=true
security.secretKey=C:\temp\jserv.secret.key
Hope this helps.
--
Pawel Pesz
InsERT.net, Wroclaw, Poland
mailto:[EMAIL PROTECTED]
http://www.insert.net.pl
--
--------------------------------------------------------------
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]