This is hopefully an easy enough question to answer...
I am trying to determine what is considered the best practice for deploying two (basically
unrelated and) different J2EE applications to the same hardware server.
1) Deploy both applications to the same instance of JBoss
2) Deploy each to its own instance of JBoss
3) Something else?
It seems that (1) would require each application to "know" about its specific
data source (as opposed to using DefaultDS), and that (2) could potentially involve much
more overhead and duplication.
Thanks,
Josh
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225459#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...