Joe Ess wrote:You don't have to restart the server, you have to redeploy your WAR or EAR.
Most servers can detect changes made to files and automatically redeploy. This is a convenience for development purposes. Not for production use.
May I know how property file get affected at the below mentioned time
compile
run
deploy
publish
want to make changes in the producation but dont want to stop, restart or recompile the server in order to avoid creating any problem to users who are using the web site.
Note: My plan is to make changes to the web site that is being used by across the world by thouseds of users. And the change is-- changing the button name from X to Y, and the button name X is to be changed in the property file only to Y.