Re: Starting Tomcat 6.0

2009-06-09 Thread André Warnier
Konstantin Kolinko wrote: 2009/6/9 Dick Eastlake : ... Konstantin, unless I am mistaken, the OP is just trying to protect some *pages* from non-authenticated access. You don't need the Security Manager for that, just stuff like in the webapp's web.xml, no ? The Security Manager is more for

Re: Starting Tomcat 6.0

2009-06-09 Thread Dick Eastlake
Konstantin: That worked.  Started throwing all kinds of Java.security.AccessControlExceptions. Now I can get to work on the policy. Many Thanks! --- On Mon, 6/8/09, Konstantin Kolinko wrote: From: Konstantin Kolinko Subject: Re: Starting Tomcat 6.0 To: "Tomcat Users List" Date: Mo

Re: Starting Tomcat 6.0

2009-06-08 Thread Konstantin Kolinko
2009/6/9 Dick Eastlake : > I currently start Tomcat with the Procrun Service Manager. > > It's an app called Apache Tomcat Properties with  six tabbed forms: general, > log on, logging, java, startup and shutdown. > > To start Tomcat I press the start button in the general tab. > > I want to exper

Starting Tomcat 6.0

2009-06-08 Thread Dick Eastlake
I currently start Tomcat with the Procrun Service Manager. It's an app called Apache Tomcat Properties with  six tabbed forms: general, log on, logging, java, startup and shutdown. To start Tomcat I press the start button in the general tab. I want to experiment with security, lock down a direc