Ok, I haven't proven it yet, but in trying to figure things out I came
across this in the catalina.bat file in %TOMCAT.HOME%/bin:

:doStartSecure
echo Using Security Manager
%_STARTJAVA% %CATALINA_OPTS% -Djava.security.manager
-Djava.security.policy=="%CATALINA_BASE%/conf/catalina.policy"
-Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%"
org.apache.catalina.startup.Bootstrap %3 %4 %5 %6 %7 %8 %9 start

So, it seems that there are some extra command line arguments to start
tomcat in "secure mode" and there's some sort of policy file we'll need to
define. I'm assuming this will help things.

I'm going to try it shortly but figured I'd throw my thought process out in
case you were really chomping at the bit. :)

Jason

-----Original Message-----
From: Vincent Massol [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 16, 2002 6:16 PM
To: 'Cactus Developers List'
Cc: Robertson, Jason
Subject: Problem with Tomcat 4.0 authentication


Jason,

For some reasons, I cannot configure properly Tomcat 4.0 to run with our
basic authentication. It works fine with Tomcat 3.3. I am sure I have a
bad setting somewhere but I can't find where.

You can find the summary of what I set up either in CVS or in the email
I sent to the Tomcat 4 mailing list (but I got no response ... :-( ),
available at :
http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg42173.ht
ml

The result of the build is :
http://www.mail-archive.com/cactus-dev%40jakarta.apache.org/msg00286.htm
l

Any idea ?
Thanks
-Vincent



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to