AFAIK, no. The properties files for torque, turbine, jetspeed etc. are loaded directly from file system using commons configuration as opposed loading them as resources from the webapp's class loader. There is currently no file watching mechanisms within commons configuration, at least not in the version jetspeed is using.
Scott > -----Original Message----- > From: Aurelien Pernoud [mailto:apernoud@;sopragroup.com] > Sent: Wednesday, November 06, 2002 12:10 PM > To: 'Jetspeed Users List' > Subject: Changing properties file "on the fly" ? > > > Hi there, > > I'm using tomcat 4 to deploy jetspeed, so that I don't need to stop and > restart tomcat every time I want to add a change to the warfile (tomcat 4 > supports changes "ont the fly"). > > But it doesn't seem that Jetspeed (or maybe Turbine ?) allow us to change > properties file (Torque.properties in my case) to use another database ? > Is there a way to change those properties and not stop/restart tomcat > every > time (I've waited for 5 min, didn't seem to take effect, and when I > restarted the app it went ok)? > Any idea would be greatly appreciated :) > > Thanks, > > Aur�lien Pernoud > Sopra Group > > > -- > To unsubscribe, e-mail: <mailto:jetspeed-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:jetspeed-user- > [EMAIL PROTECTED]>
