[JBoss-user] [Installation & Configuration] - Re: WAR Deployment and Properties files

2004-02-18 Thread acoliver
doh was supposed to say classes and .properties files loadedin the classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822060#3822060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822060 ---

[JBoss-user] [Installation & Configuration] - Re: WAR Deployment and Properties files

2004-02-18 Thread acoliver
basically if a change isn't monitoredtouch the web-inf/web.xml and it will be redeployed...examples: any included classes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822059#3822059 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Installation & Configuration] - Re: WAR Deployment and Properties files

2004-02-18 Thread astrien
Thanks - it works as you say. Just curious - you said: anonymous wrote : For some changes you'll need to change the date of the WEB-INF/web.xml (or other top level descriptor for instance..) Are you saying for changes to the Context Parameters and such, or the old jsp-include-jsp glitch? Than

[JBoss-user] [Installation & Configuration] - Re: WAR Deployment and Properties files

2004-02-18 Thread acoliver
JBoss supports unpacked deployments. Meaning instead of jaring or waring it up, create a directory called MyApp.war which has the exact same structure. Then move it to the deploy directory. It will then be deployed. For some changes you'll need to change the date of the WEB-INF/web.xml (or o