[jboss-user] [Beginners Corner] - Re: Backups and migrations

PeterJ do-not-reply at jboss.com
Mon Dec 15 11:34:15 EST 2008


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



More information about the jboss-user mailing list