My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Both human and REST web interface to control a server through JMX. Requires Spring Framework.

Download both .java files, add to your project and add WebAdapter to your Spring context:

	<!-- web access to some jmx functions -->
	<bean id="jmxWebAdapter" class="ru.cdev.management.WebAdapter">
		<property name="user" value="${superuser.login}"/>
		<property name="password" value="${superuser.password}"/>
	</bean>

Do not forget to setup HTTPS in your web server!

Powered by Google Project Hosting