disabling SessionListener Logging

2012-03-17 Thread Brian Hand
Hello I am currently running Apache Tomcat 7.0.25 in a two server clustered configuration. Everything is working fine in this regard. I have confirmed that sessions and session variables are being updated on each server instance. To get things working, I had marked the provided examples

Re: disabling SessionListener Logging

2012-03-17 Thread Brian Hand
Thanks for the quick response. It doesn't appear to be the case. The example servlet doesn't seem to have any logger calls and is just pipeling output to a PrintWriter for the response back to the browser. I suspect these are coming from the server itself and not the application due to

Re: disabling SessionListener Logging

2012-03-17 Thread Brian Hand
I see what you mean. There are a bunch of overriden methods that do the logging. Specific to the examples application. I was looking at it from the wrong direction, I made the erroneous assumption that org.apache.catalina.core.ApplicationContext was the culprint, when in fact that was not

Trying to suppress keystore and truststore password in Cent OS process listings.

2012-03-24 Thread Brian Hand
Hello all I been working with getting JMX working with SSL with client side authentication working on tomcat. All is working well in this regard. However, I noticed that if I do a ps -ef | grep jsvc on the Cent OS linux server. I get the below output ( yes the password has been changed ).

Re: Trying to suppress keystore and truststore password in Cent OS process listings.

2012-03-25 Thread Brian Hand
Pid Worked like a champ. Thank you once again. Brian On 3/25/2012 2:40 AM, Pid * wrote: On 25 Mar 2012, at 06:25, Brian Handhandbri...@gmail.com wrote: Hello all I been working with getting JMX working with SSL with client side authentication working on tomcat. All is working well in