2 Replies Latest reply on May 1, 2003 6:58 AM by regismelo

    War hot deploy and resource files

    regismelo

      Hello!

      I'm using JBoss in my struts/servlet/jsp application. I really like the hot deploy functionalitty of JBoss.

      I've many XML configurations files in my WAR. My problem is because Jboss doens't explode the war file, I can't read these files....

      There is any way to explode or to read these files??

      Thanks!

        • 1. Re: War hot deploy and resource files
          haraldgliebe

          If you put the contents of your war file in a directory with suffix '.war' inside the deploy directory, JBoss will deploy it and you can edit JSPs directly. Touch WEB-INF/web.xml to trigger a redeployment of the whole web application which will reload classes, resources and configuration.

          • 2. Re: War hot deploy and resource files
            regismelo

            Hello Harald,

            I need to deploy my app to many servers. I don't want to deploy many files (i.e. exploded my war file manually).

            Can I configure JBoss to explode the war file? Currently I only copy my war file to /server/all/deploy.

            Thanks!