Hello! I'm developing utility for remote Tomcat 6.0.x configuration via JMX MBeans. But I figured out some issues:
1. There is no Catalina:type=StoreConfig MBean and I'm not able to persist configuration. I found this https://issues.apache.org/bugzilla/show_bug.cgi?id=42708 bug. And now I'm going to port StoreConfig from Tomcat 5.5. So, I what to ask you: what kind of problems will I face during implementation? 2. And second issue is connected to previous one. There are no MBeans for cluster configuration in Tomcat 6.0.x. (See mail list archive: http://www.mail-archive.com/us...@tomcat.apache.org/msg32974.html). So, is it the only one reason why StoreConfig was not ported to Tomcat 6? And are there any ideas how to implement cluster managing via JMX? Can I try to port MBeans from Tomcat 5.5? Thanks for any help.