Hello, I use JBoss 3.x with Jetty. I deployed an EAR containing also the WAR. The WAR contains an application client which is distributed using WebStart. When I restart JBoss, it seems that the files on the server have changed and are downloaded again but I did not deploy any new files or change any of the existing. A closer look at the modification date shows that it is the date of the deployment of the WAR. This date is returned on any file you request from the server. How can alter that behaviour to return the modification date of the files in the WAR and not the deployment time. Thanks in advance, Dietmar
