[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to do hot deployment in jboss
jaikiran
do-not-reply at jboss.com
Wed Nov 5 02:12:39 EST 2008
Create a folder that ends with the .war extension and place it inside the deploy folder. The contents of the .war folder should be similar to what you would have done for an zipped .war file.
Ex:
MyApp.war (folder)
| |
| |--- META-INF
| |
| |--- WEB-INF
| | |
| | |--- web.xml
| | |
| | |--- [other stuff]
| |
| |--- [other stuff]
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186905#4186905
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186905
More information about the jboss-user
mailing list