3 Replies Latest reply on Jun 10, 2008 6:48 AM by elhanan

    hot depoly takes a long time?

    elhanan

      hi all every time i change a small file, (class etc..) the hot deply restarts the server, it takes around 10 seconds and more untill i get it online again, (i'm using jboss tools)

        • 1. Re: hot depoly takes a long time?
          infinity2heaven

          I dont think there is magical way to do this (Even in JBoss). The only workaround I found was to explode the ear package, seperately from an ant task, and run an ant task to copy only the war, each time it's changed. Takes about two seconds or less for me. Better than 10 secs!

          • 2. Re: hot depoly takes a long time?
            dan.j.allen

            This is exactly what seam-gen does for you. You just run ant explode and it copies the web artifacts and hot deployable classes to JBoss and you can test without the application restarting.

            • 3. Re: hot depoly takes a long time?
              elhanan

              actually after re-reading the documentation i found out it's not possible since it's only hot deploys actions, ejb's and entities will not be hot-deploy (i will have to check that agaiN).