Re: Reloading plugin

2005-01-25 Thread Ovidiu EFTIMIE
; > - Original Message - > From: "Ovidiu EFTIMIE" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > > Sent: Tuesday, January 25, 2005 3:58 PM > Subject: Re: Reloading plugin > > But what happens if the server dies ? I will lose the

Re: Reloading plugin

2005-01-25 Thread Cedric Levieux
figuration when you restart the server after a release ... or a crash :p Regards, Cedric - Original Message - From: "Ovidiu EFTIMIE" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, January 25, 2005 3:58 PM Subject: Re: Reloading plugin But

Re: Reloading plugin

2005-01-25 Thread Ovidiu EFTIMIE
uration by accessors. > > Cedric > > - Original Message - > From: "Ovidiu EFTIMIE" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Tuesday, January 25, 2005 3:49 PM > Subject: Re: Reloading plugin > > > This co

Re: Reloading plugin

2005-01-25 Thread Cedric Levieux
: "Ovidiu EFTIMIE" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, January 25, 2005 3:49 PM Subject: Re: Reloading plugin This could be a solution if I stored the plugin configurations in the database. Thanx. On Tue, 25 Jan 2005 15:45:45 +0100, Cédric

Re: Reloading plugin

2005-01-25 Thread Ovidiu EFTIMIE
This could be a solution if I stored the plugin configurations in the database. Thanx. On Tue, 25 Jan 2005 15:45:45 +0100, Cédric Levieux <[EMAIL PROTECTED]> wrote: > What about, like I said, a Web Administration Page for your plugin and > change the plugins configuration with that ? > > Cedric

Re: Reloading plugin

2005-01-25 Thread Cédric Levieux
What about, like I said, a Web Administration Page for your plugin and change the plugins configuration with that ? Cedric On Tue, 25 Jan 2005 16:42:14 +0200, Ovidiu EFTIMIE <[EMAIL PROTECTED]> wrote: > The thing is that the application must be running without any > interupption. I was thinking a

Re: Reloading plugin

2005-01-25 Thread Cedric Levieux
Hi, Go to the manager tomcat system and you can stop/start/restart application by application ... but it need to stop the application. The other possibility is to implement your own web admin system for configuring your plugins, replacing the values inside by setters. Hope it can help, Cedric