Re: Java process killed by oom-killer in Ubuntu

2012-06-08 Thread Pid *
On 7 Jun 2012, at 23:03, Daniel Mikusa dmik...@vmware.com wrote: - Original Message - Only 52 java threads. It used to fluctuate more (we made some changes to the app to perform a task in a single thread rather than spawning multiple threads, but the crash still occurs) . The number

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

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

2012-06-08 Thread Konstantin Kolinko
2012/6/8 Assaf Urieli assaf.uri...@gmail.com: 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:

Re: / getting added to action path

2012-06-08 Thread Konstantin Kolinko
2012/6/7 Dharamshila Khandelwal dharmshil...@gmail.com: I use the URL like this: link rel=stylesheet href=style/core/style.css type=text/css 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

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

2012-06-08 Thread Konstantin Kolinko
2012/6/7 Christopher Schultz ch...@christopherschultz.net: 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

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 Schultzch...@christopherschultz.net: I was just answering a question on StackOverflow[1] about limiting the operations a particular user could perform when using the manager app

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: puzzling stacktrace

2012-06-08 Thread Konstantin Kolinko
2012/6/8 chad.da...@emc.com: 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

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 chad.da...@emc.com: 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

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 created

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.). It

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

2012-06-08 Thread Mark Eggers
From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org 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

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

2012-06-08 Thread Mark Eggers
- Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org 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,

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

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

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 p...@pidster.com wrote: On 08/06/2012 20:09, Su Zhang wrote: Hello, We want to check the

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