|
From: Lars H. <wo...@hi...> - 2004-08-26 10:09:10
|
Hi! We have developed a server framework which is used in many of our webapps. Now it would be cool to manage each server (one server per webapp) via JMX. Since each JMX bean must have a unique ID it would be cool to have a naming strategy that integrates the name of the web application (request.getContextPath) into the name. This way it would be very easy to deploy multiple webapps out of the box without the need to tweak the spring configuration for each webapp (in order to customize the JMX bean name). What do you think? Yours, Lars |