1 Reply Latest reply on Oct 30, 2003 4:07 PM by jonlee

    Stopping/Starting an application

    sahni14

      I have an application deployed as a .war directory. Inside the .war/WEB-INF/lib have a java jar file that changes regularly.

      How can I replace this jar file without having to restart jboss? Is there some way that I can just shut and start one application so that the new jar file is used, instead of restarting jboss every time?