Re: Tomcat 6 - Help with storing updated configuration

2007-03-18 Thread Ber Past
Is there any alternative way to save the configuration? I'm using JMX, but my program runs as a servlet inside of Tomcat. Regards, Ber From: "Rémy Maucherat" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject:

Re: Tomcat 6 - Help with storing updated configuration

2007-03-18 Thread Rémy Maucherat
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 calling the storeConfig method of the MBean having object name "Catalina:type=Server". This calls the

Tomcat 6 - Help with storing updated configuration

2007-03-18 Thread Ber Past
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,