On 25/01/2012 14:51, Smith, Mitchell wrote:
> Hi,
> 
> I am configuring an application server:  Tomcat 7, Java 1.7
> 
> I previously used Apache Tomcat 5.5, and JDK1.5.
> 
> I had JMX monitoring enabled as below.
> 
> -Dcom.sun.management.jmxremote
> 
> -Dcom.sun.management.jmxremote.port=12345
> 
> -Dcom.sun.management.jmxremote.ssl=false
> 
> -Dcom.sun.management.jmxremote.authenticate=false
> 
> 
> With this implementation JMX exports JMX RMI connection objects exposed on
> a 'Random Port', meaning that for monitoring of a remote tomcat to
> be available, any firewall must allow access to all ports.
> 
> I would like to have the JMX RMI objects returned on a set port.
> 
> Do newer versions of tomcat address this issue, allowing me to set the port
> on which the JXM monitoring will respond.
> 
> Any information would be greatly appreciated

http://tomcat.apache.org/tomcat-7.0-doc/config/listeners.html#JMX_Remote_Lifecycle_Listener_-_org.apache.catalina.mbeans.JmxRemoteLifecycleListener

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to