I am having a problem deploying my application with Orion. I think this is because some properties files are staying loaded in memory. Each time I deploy an EAR, Orion unpacks the EAR's contents into a directory with the name of the EAR file (ex: app.ear is extracted to a directory named "app").
My problem comes in when I copy a new EAR on top of a currently running application's EAR. Orion tries to unpack the new EAR file on top of the old directory. I get the following error because Orion is unable to overwrite my log4j.properties file. Auto-unpacking C:\java\app-1.0.ear... done. Auto-unpacking C:\java\app-1.0\app-web.war... Error unpacking: C:\java\app-1.0\app-web\WEB-INF\classes\log4j.properties My only guess is that the file is not being closed properly. This may be the wrong list to ask for help, but every once in a while, Orion errors on webwork.properties instead of log4j.properties. I'm hoping it's a simple as some reason CVS changes as this problem has only been occuring for less than two weeks. The operating system is Windows 2000, and if it matters, I am using Eclipse for IDE. Thanks for any help. Blake ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork