0 Replies Latest reply on May 9, 2005 8:28 AM by djeang

    redeploy webapp

    djeang

      Hello,

      I'm not using a war file for deploy my webapp. Instead, i've created a myapp.war folder under /deploy and my .class are directly compiled under /deploy/myapp.war/WEB-INF/classes.

      When a .class change, i have to restart JBOSS to make the server aware of changes. Is there a mean to ask JBOSS to restart the webapp (ala tomcat )?
      Is there a mean to make JBOSS aware of .class updates and reload the webapp automatically (ala Resin) ?

      thanks