Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-08 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I was just answering a question on StackOverflow[1] about limiting the operations a particular user could perform when using the manager app (e.g. deploy, undeploy, start, stop, etc.). It seems to me that this has co

Re: check tomcat (6.0.32) log settings automatically

2012-06-08 Thread Su Zhang
I apologize that I didn't state my question clearly. I was asking the tomcat log settings rather than application log settings. Any solutions? Thanks in advance, On Fri, Jun 8, 2012 at 12:45 PM, Pid wrote: > On 08/06/2012 20:09, Su Zhang wrote: > > Hello, > > > > We want to check the log settin

Re: check tomcat (6.0.32) log settings automatically

2012-06-08 Thread Pid
On 08/06/2012 20:09, Su Zhang wrote: > Hello, > > We want to check the log settings (e.g.attributes need to be logged) of > tomcat server and then evaluate the security level for the application. Tomcat log config and application log config are two different things. > I am evaluating over a wel

check tomcat (6.0.32) log settings automatically

2012-06-08 Thread Su Zhang
Hello, We want to check the log settings (e.g.attributes need to be logged) of tomcat server and then evaluate the security level for the application. I am evaluating over a well-built system so what I can obtain is only its binary code and configuration files. Is there any way we can infer the lo

Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-08 Thread Mark Eggers
- Original Message - > From: Mark Thomas > To: Tomcat Users List > Cc: > Sent: Friday, June 8, 2012 10:02 AM > Subject: Re: [POLL] Finer-grained "manager" user-access privileges? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/06/2012 19:37, Christopher Schultz wrote: >>

Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-08 Thread Mark Eggers
> > From: Konstantin Kolinko >To: Tomcat Users List >Sent: Friday, June 8, 2012 3:02 AM >Subject: Re: IP-based virtual hosting with useIPVHosts=true always goes to >default host > >2012/6/8 Assaf Urieli : >> Hi all, >> >> I'm attempting to set up a multi-host sy

Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-08 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/06/2012 19:37, Christopher Schultz wrote: > All, > > I was just answering a question on StackOverflow[1] about limiting > the operations a particular user could perform when using the > manager app (e.g. deploy, undeploy, start, stop, etc.). >

Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-08 Thread Assaf Urieli
Hello, > Looking at the code, the value used for host name in IP-based virtual > hosts is ServletRequest.getLocalName(). It is not getLocalAddr() and > there is no pattern in AccessLogValve that prints it. You can write > simple JSP page that will display its value. > Ok, this is strange. I crea

Re: puzzling stacktrace

2012-06-08 Thread Konstantin Kolinko
2012/6/8 : >> All directories belong to their distinct place, which is either CATALINA_HOME >> or CATALINA_BASE.  In the default configuration they are in the same place >> only because those variables have the same value. >> > > Are you saying that, for instance, 'conf' can ONLY be in CATALINA_BA

RE: puzzling stacktrace

2012-06-08 Thread Chad.Davis
> All directories belong to their distinct place, which is either CATALINA_HOME > or CATALINA_BASE. In the default configuration they are in the same place > only because those variables have the same value. > Are you saying that, for instance, 'conf' can ONLY be in CATALINA_BASE? So, I should

Re: puzzling stacktrace

2012-06-08 Thread Konstantin Kolinko
2012/6/8 : > > >> What did you put and where? > > CATALINA_HOME has everything from the distribution, untouched ( unless my > build has changed something, but it doesn't appear to be so ).  I've > verified, in particular, that the server and common libs are there, and that > the values in catal

RE: puzzling stacktrace

2012-06-08 Thread Chad.Davis
> What did you put and where? CATALINA_HOME has everything from the distribution, untouched ( unless my build has changed something, but it doesn't appear to be so ). I've verified, in particular, that the server and common libs are there, and that the values in catalina.properties point to

Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-08 Thread Casper Wandahl Schmidt
Not much into all of this but here goes... Den 08-06-2012 13:06, Konstantin Kolinko skrev: 2012/6/7 Christopher Schultz: I was just answering a question on StackOverflow[1] about limiting the operations a particular user could perform when using the manager app (e.g. deploy, undeploy, start, st

Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-08 Thread Konstantin Kolinko
2012/6/7 Christopher Schultz : > > I was just answering a question on StackOverflow[1] about limiting the > operations a particular user could perform when using the manager app > (e.g. deploy, undeploy, start, stop, etc.). > > It seems to me that this has come up on the users' list once or twice >

Re: "/" getting added to action path

2012-06-08 Thread Konstantin Kolinko
2012/6/7 Dharamshila Khandelwal : > I use the URL like this: > > > > Once I click save, it add 'action' in front of it. > Please note that this problem is only with IE7 & 8. This works absolutely > fine in IE6. > Relative URLs are evaluated by browser relative to the URL of the page where they a

Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-08 Thread Konstantin Kolinko
2012/6/8 Assaf Urieli : > Hi all, > > I'm attempting to set up a multi-host system with a separate SSL > certificate per host. > According to the documentation, this is problematic using name-based > virtual hosting: > http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#General_Tips_on_Running_S

IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-08 Thread Assaf Urieli
Hi all, I'm attempting to set up a multi-host system with a separate SSL certificate per host. According to the documentation, this is problematic using name-based virtual hosting: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#General_Tips_on_Running_SSL "Finally, using name-based virtual