Is there a Connection Pool/Data Source Monitor Tool

2008-02-24 Thread Rob Levin
Sorry if this is a silly question but is there a monitor tool specifically for connection pooling/dataSources in tomcat6? I have debug=5: Context path=/myapp docBase=myapp debug=5 reloadable=true crossContext=true Do I need to change that to debug=0 to get what I'm after or does that just

Re: Is there a Connection Pool/Data Source Monitor Tool

2008-02-24 Thread Rob Levin
Mark, thanks so much! I just installed it (in about 5 seconds!), and I've got to say 'Probe rocks!' Thanks for taking the time to answer my question. This gives me what I asked for but much much more ;) Mark Thomas [EMAIL PROTECTED] wrote: Rob Levin wrote: Sorry if this is a silly question

ActionScript Packages in Tomcat

2008-02-19 Thread Rob Levin
Hello all. Does anyone know if there is a preferred/standard place to put custom ActionScript packages/classes in Tomcat 6? If so, which configuration files need to be modified? Any other clues? BTW, I plan to call the ActionScript(s) from a flex application which will live in the

Trouble Setting Log Levels lower than INFO with Tomcat 6 JULI on Linux toshiba 2.6.22-14-generic i686 GNU/Linux Kubuntu Gutsy

2008-02-01 Thread Rob Levin
Hi all, and thanks for reviewing my posting. I'm trying to use JULI with the java.util.logging and don't want to have to switch to log4j if at all possible. Here's my issue: I have custom log file being created by putting a logging.properties file in my apps WEB-INF/classes per the tomcat