Re: How to configure the logs for Tomcat 5.5.17

2006-07-29 Thread Jon Dickinson
Put the commons-logging.jar and log4j.jar in your server/lib directory and your log4j.properties file in the server/classes directory. This is a seperate class loader from the one used for your web applications so you can define the Tomcat server logging seperately from your web application loggin

JMX Cluster invoke problems

2006-07-18 Thread Jon Dickinson
Hi, I am trying to get my web application to send a message to the other nodes in the cluster. I am planning on using JMX to do this. So far I have been able to query all the information I need but I am unable to invoke the send command. I have followed the instructions in an earlier post with