[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: multiple web apps in the SAME JBoss instance
PeterJ
do-not-reply at jboss.com
Tue Jul 22 11:45:07 EDT 2008
For all intents and purposes, the two apps are independent (unless you code the apps to interact). They can each use their own login domains, their own databases, etc.
You can start and stop the apps independently. For each app JBossAS creates MBeans that can be used to stop, start and even undeploy the app. Of course all of this happens while JBossAS is running - you never stop it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165924#4165924
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165924
More information about the jboss-user
mailing list