First , i execute a bat file which append a date in txt file which is located under WEB-INF folder (the file is been modified with the date and modification time i want).
then i export my project as a War file , and i put it in a Ear file to be deployed after on a server.
The problem is in the war file before even the deploy of the application, after the creation of the war file, when i open it and check the txt file modification time , it's changed , so may be something is happend during the process of exportation, but i don't figure out what it is?
may be you're right , but all what i needed is the time of the creation of the war file (to be displayed after in my
jsp file), this idea is simple and that's why i used it.
Thanks.