----------------------------------------------------------------
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!!!
----------------------------------------------------------------
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...
--
--------------------------------------------------------------
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]