Originally posted by Jigar Naik:
yes, that is what my TL dont want to do.
Is there any other way i can put .properties file out side the war file and access it. ??
TL - team lead. (always use expanded version of your vocabulary)
Two things you can do.
1> instead of making the way again and again , put the property file in the exploded war , which is there inside the server.and restart the server each time you change the property file.
2> make a build file that would make your job easy .replace property , make war , deploy ,restart server.