I have a java server application that would like to provide Http interface to for administrative tasks such as monitoring and configuring it at run-time and such.
I have some idea that JMX would provide me with a neat standard interface that if I implement, I would provide a nice standard management interface that ALL types of management console applications can use to administor my Server application.
I am wondering if Jetty has a part to play in all of this running in-process (embedded) into my java application?
what do you think is a best way of managing/monitoring my java application using a web interface?
Appreciate your help