1 Reply Latest reply on Sep 15, 2008 5:45 PM by peterj

    application deployment

    smehlmann

      Is there a good description of how the tmp directory is used by JBoss? We are porting an application from WebLogic to JBoss. When I put the war file in the default deploy directory, I see some of the file expanded into the tmp directory. When the shutdown command is issued, the tmp directory is cleared out. We had planned on modifying the web.xml file to add context parameters when the application is installed. Is there someway to save these changes so that they are not overwritten each time the war file is expanded short of modifying the war file? I also put the entire directory structure under the deafult/deplot rather than the war file. It appears that I have to name the directory with .war appended. Is that correct?