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
--
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);
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