> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Monitoring Tomcat with Jconsole
./java "-Dcom.sun.management.jmxremote.port=11200 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.password.file=/mydir/ management.jmxremote.password" -Dpgm=STARXMLServer -jar "/home/star/xml/STARXMLServer.jar" Remove the quotes; each -D setting must be a separate parameter, but you've lumped them all into one. > One think I noticed, is that on the server myhost, despite > the daemon application being loaded without any apparent > error messages, and being responsive to requests on its > own port 11100, a netstat -an does not show any port 11200 > in a LISTEN state. > > I do not know at this stage if this is significant. It is. Without that port being in the listening state, you'll never get a JMX connection. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]