Remote JMX enabling in start scripts

2009-03-11 Thread David Knox
) +++ startup.sh (working copy) @@ -61,4 +61,7 @@ fi fi +# Uncomment to enable remote jmx +#exec $PRGDIR/$EXECUTABLE jmxremote start $@ + exec $PRGDIR/$EXECUTABLE start $@ cheers, -- dave David Knox Information System Architect +1 303-748-8906 http://pragmaticis.blogspot.com

Re: unique identification in access log

2009-01-08 Thread David Knox
Check the code in org.apache.catalina.valves.RequestDumperValve -- knoxy On Thursday, January 08, 2009, at 07:51AM, Josh Pollara jpoll...@millennialmedia.com wrote: Hi, I'm trying to mimic mod_unique functionality from apache into tomcat. I would like to have a unique string printed out in

Re: ?java.lang.NullPointerException? w ith JDBC connection from InitialContext

2008-12-30 Thread David Knox
Hi Robert, Its not clear from your description if you've tried connecting to the database from the linux box using the mysql client. MySQL security is host sensitive and you will need to grant the user privileges to access the database from the linux host. Using the mysql client and trying to

Re: can mod_jk detect web service unavailable

2008-12-03 Thread David Knox
. The JBOSS community wiki has several articles on cluster configurations. cheers, --knoxy David Knox Information System Architect +1 303-748-8906 http://pragmaticis.blogspot.com On Dec 3, 2008, at 8:33 AM, Zeke wrote: Mark Thomas [EMAIL PROTECTED] wrote: Zeke wrote: Hi: I have