I have a java project deployed on the server.
Now I want to make some changes in “project/WebContent/WEB-INF/configuration.propertys”.
My question is do I need to make changes in my local machine and redeploy or can I just make some changes in server’s directory? As I can see the configuration.propertys file in server directory I doubt that I can make direct changes to that file and will it be effect to the deployed project
Thanks and Regards.
yup , you dont need to go round the complete cycle again, just update the properties file in server directory installed applications and restart your application.