Hi, folks, When I changed engine name to another (not default "Catalina") in server.xml, for example "testEngine", I found there were two domain names in MBean tree of tomcat, one was "Catalina", and the other was "testEngine", I wondered if there was some other way to set them be the same (except override the register method)? So I can maintain them under a same domain. I have looked some source code I found "Catalina:type=..." hardcoded in several files, BootStrap.java, for example. What do you guys think?
Thanks a lot! Terry