The type of web app and database config you are describing could be packaged in 
several ways, only some of which I will mention.

You could have a WAR file for the app itself and a *-ds.xml file for the data 
source. Moving the app to another JBOss AS instance involves simply copying the 
WAR and *-ds.xml files.

You could package the WAR and *-ds.xml within an EAR file. Then there is only 
one file to copy. This also works well of you have EJBs.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196633#4196633

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196633
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to