This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Restarting a Web Applicationsigrney Apr 30, 2004 5:22 PM (in response to sumedh)Do you mean you want to redeploy your web app without making changes? If so, just update the war or ear file. On *nix, you can 'touch mywar.war' in <jboss-home>/server//deploy. JBoss will see that the modified attribute is newer and redeploy the app. 
- 
        2. Re: Restarting a Web Applicationsumedh May 2, 2004 8:16 AM (in response to sumedh)hmmm...unfortunately I'm on Windows XP 
 Isn't there a way to do this using the HTMLAdapter?
 In Tomcat, there is a "manager?reload&context=/path", that reloads an application...something like this in JBoss?
 Thanks...
 
    