|
Project Information
|
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! |