Shailesh Barde wrote:
Friends!
Can any body tell me How to Modify Resource Bundle While your application is 
Running withou restarting Server?

Its a fact Well Known Fact that ,When your application first access a resource 
bundle,struts loads the bundle into Memory & Caches it so that it can be 
quickly accessed again.Because of this,if you modify your Resource Bundles while 
your application is running,you will have to restart server before you see the 
changes.

However i need to change the resource Bundle without starting the server as it 
is a need of the application.

Please guide to solve this problem?

You'll need to implement and configure [1] your own resource bundle factory that takes care of the reloading (or search the net, someone's probably already published one you can use).

L.

[1] http://struts.apache.org/struts-core/userGuide/configuration.html#5_2_2_Message_Resources_Configuration


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

Reply via email to