Re: Recharge resource without stop server

2006-02-20 Thread Laurie Harper

Angel Navarro wrote:

Hi,

I have a web application based on Struts 1.3.
I have a problem, I need change resources (internationalition) without stop
the server. It's possible?


You mean you want to be able to update your resource bundles dynamically 
at run-time? If so, you'll need to define a MessageResourcesFactory in 
the message-resources section of your struts-config, and have your 
factory return resource bundles that support whatever update semantics 
you need.


L.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Recharge resource without stop server

2006-02-19 Thread Angel Navarro
Hi,

I have a web application based on Struts 1.3.
I have a problem, I need change resources (internationalition) without stop
the server. It's possible?



Thanks