Re: Tomcat 6 - Help with storing updated configuration
Date: Sun, 18 Mar 2007 19:22:27 +0100
On 3/18/07, Ber Past <[EMAIL PROTECTED]> wrote:
I'm using the JMX interface to configure Tomcat 6. At the end of the
configuration I would like to store the modified configuration.
I'm currently
I'm using the JMX interface to configure Tomcat 6. At the end of the
configuration I would like to store the modified configuration.
I'm currently calling the storeConfig method of the MBean having object name
"Catalina:type=Server".
This calls the storeConfig method of class StandardServer.java,