santhosh kumar vk wrote:hi,
in my project i have one screen that screen shows all the keys and values from struts resource bundle if we change any values in that screen it should affect all the screen but it is not working without restarting the jboss please help me.
So you are trying to restart the server through your program whenever someone changes a value on the screen, just so that it gets reflected across the application? That's not the right way to do it.
You should first find why the changed value is not being reflected across the application and then try to fix that part.