You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ber Past <be...@hotmail.com> on 2007/03/18 17:44:00 UTC

Tomcat 6 - Help with storing updated configuration

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, which in 
turns calls the storeConfig method of the mbean "Catalina:type=StoreConfig".

But it seems that "Catalina:type=StoreConfig" is no longer available in 
Tomcat 6. Is my understanding correct?

Is there any alternative way to save the configuration?

Regards,
Ber

_________________________________________________________________
Fanatico dei Quiz? Sfida gli amici con Duell Live…Gratis su Messenger! 
http://specials.it.msn.com/DuelLive.aspx


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 6 - Help with storing updated configuration

Posted by Ber Past <be...@hotmail.com>.
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" <re...@gmail.com>
>Reply-To: "Tomcat Users List" <us...@tomcat.apache.org>
>To: "Tomcat Users List" <us...@tomcat.apache.org>
>Subject: Re: Tomcat 6 - Help with storing updated configuration
>Date: Sun, 18 Mar 2007 19:22:27 +0100
>
>On 3/18/07, Ber Past <be...@hotmail.com> 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 storeConfig method of class StandardServer.java, which in
>>turns calls the storeConfig method of the mbean 
>>"Catalina:type=StoreConfig".
>>
>>But it seems that "Catalina:type=StoreConfig" is no longer available in
>>Tomcat 6. Is my understanding correct?
>>
>>Is there any alternative way to save the configuration?
>
>Storeconfig has not been officially ported at the moment (and same for
>the admin webapp).
>
>Rémy
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: users-help@tomcat.apache.org
>

_________________________________________________________________
Ogni ricerca da questo sito, una donazione per i bambini rifugiati 
http://click4thecause.live.com/Search/Charity/Default.aspx?locale=it-it


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 6 - Help with storing updated configuration

Posted by Rémy Maucherat <re...@gmail.com>.
On 3/18/07, Ber Past <be...@hotmail.com> 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 storeConfig method of class StandardServer.java, which in
> turns calls the storeConfig method of the mbean "Catalina:type=StoreConfig".
>
> But it seems that "Catalina:type=StoreConfig" is no longer available in
> Tomcat 6. Is my understanding correct?
>
> Is there any alternative way to save the configuration?

Storeconfig has not been officially ported at the moment (and same for
the admin webapp).

Rémy

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org