Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] JMX under Tomcat: is it possible?

Hi,
is it possible to enable JMX monitoring of EclipseLink under Tomcat?
I tried to add the following:
eclipselink.register.dev.mbean=true
eclipselink.register.run.mbean=true
either as JPA properties or as system properties with -D JVM argument, but I still can't see any EclipseLink-related node in JConsole JMX tab (I'm working locally).

EclipseLink documentation on eclipse.org seems to suggest that this is only supported for WebLogic, Glassfish and JBoss Application Server, however I was wondering why it shouldn't work under Tomcat. From the little experience I had with JMX, I can't remember any server-implementation specific difference to take into account for publishing MBeans...

Thanks in advance,
Mauro

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

Back to the top