[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multiple Application deployment, multiple instance quest

PeterJ do-not-reply at jboss.com
Fri Sep 14 11:10:14 EDT 2007


All you need to do to run multiple applications is to deploy them, there are no settings to reconfigure (unless you want to do multi-homing, if so, search the wiki). As long as there is no name conflict you are OK.  For example, a name conflict would occur if you deploy two EARs containing WARs of the same name, or that use the same context.

You cannot deploy the portal SAR twice. The portal SAR gives you the ability to define multiple portals.

For database connection, use multiple *-ds.xml file, one for each connection. The JNDI names must be different for each one. Then each app uses the one it needs.


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084516



More information about the jboss-user mailing list