Re: How to install the session cookie into the original request of the secure area?

2008-12-23 Thread Dominic Mitchell
On 23 Dec 2008, at 04:56, removeps-gro...@yahoo.com wrote: There are other requests such as wpad.dat. No idea what that is. It's a web-proxy auto detect file. http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol -Dom --

Re: Dynamically change log4j.xml

2008-10-01 Thread Dominic Mitchell
On 30 Sep 2008, at 17:20, Mohit Anchlia wrote: Is there a way to dynamically change the logging level of log4j.xml in tomcat? Not builtin. But you can write some code in a servlet to change the logging level. e.g. Logger l = Logger.getLogger("com.mycompany"); l.setLevel(Level.DEBUG);

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-08-21 Thread Dominic Mitchell
On 21 Aug 2008, at 09:25, Mark Thomas wrote: Bill Davidson wrote: I've been through the docs. I've been through Google. I can't seem to figure this out. Server: Tomcat 6.0.18, JDK: 1.6.0_07, Redhat Server 5.2 Client: jconsole from JDK 1.6.0_07 on Windows XP I've got all of these in $CATALIN