1 Reply Latest reply on May 22, 2009 4:15 AM by jaikiran

    deployment withour restart AS ? possible?

    maestr0

      Hi,

      I've been developing quite big web application. The application starts up in 4 min after all datasources are binded and planty other stuff is done.
      After I modify something the ant script deploys all changes to JBOSS 4.0.5. But these modifications are not visible untill I restart the server. I'm talking about modifications of ..say...web.xml, or class files.

      Is it possible to force jboss to reload new app config from web.xml without the need of restarting the server which takes so long.? I guess, it's not possible. If so, can I just restart the application instead of restarting the whole server ?