----------------------------------------------------------------
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!!!
----------------------------------------------------------------
well i tried disabling the secret key file, but it had no effect =\
if anyone can help me get it working ill b ur best friend for life ;]
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc
Rochat
Sent: Wednesday, December 08, 1999 1:21 PM
To: Java Apache Users
Subject: Re: authentication error
----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Jason Rosen wrote:
>
> Im using WinNT, Apache 1.3.9, JServ 1.1b3...
> i get this error in the jserv error log...Connection from
> localhost/127.0.0.1 refused due to authentication failure
>
> these are the authentication params in my jserv properties file:
> security.selfservlet=true
> security.maxConnections=50
> security.allowedAddresses=127.0.0.1
> security.authentication=true
> security.secretKey=C:\Program Files\jdk\Apache JServ
> 1.1b3\conf\jserv.secret.key
> //This is definatly the correct path to the secret key
> security.remote.administration=true
>
> and this is in the httd.conf file for apache:
> ApJServSecretKey DISABLED
>
> as far as i know that is the only security param in the apache config, i
> have tried enabling the previous param as so: ApJServSecretKey "C:/Program
> Files/jdk/Apache JServ 1.1b3/conf/jserv.secret.key"
> but that produces an error...i can see the test JServ page no problem, but
> due to that authentication error all servlets that are run produce a blank
> page...
Hi,
try to disable both sides, have it running, then before enabling
security on both sides back, check file permissions on this secret key
file.
(Does it need to be readable by Apache user (nobody on U**x, but ? on
NT) ? (don't know yet)
Jean-Luc
--
--------------------------------------------------------------
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]
--
--------------------------------------------------------------
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]