How to reload struts application parameters dynamically?

2001-01-22 Thread Baquedano Jesús
Hi all: Our application server does not allow us hot redeployment of web applications. Let's suppose we need to change a message in the ApplicationResources.properties file because it is Wrong. Once the message tag is called first time, this file is in memory and any change does not take place

Re: How to reload struts application parameters dynamically?

2001-01-22 Thread Johan Compagner
To: [EMAIL PROTECTED] Sent: Monday, January 22, 2001 10:57 AM Subject: How to reload struts application parameters dynamically? Hi all: Our application server does not allow us hot redeployment of web applications. Let's suppose we need to change a message in the ApplicationResources.prope

Initializing a Struts application

2001-01-08 Thread James Howe
I'm a little confused about how to best initialize some application scope information in a Struts application. For example, I need to configure a handful of IP addresses which my beans need to talk to. I might do something like this in a configuration file: marketData=127.0.0.1 My question

<    1   2   3