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#4225459

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

Reply via email to