User development, A new message was posted in the thread "JBoss AS and JVM usage.":
http://community.jboss.org/message/529200#529200 Author : Peter Johnson Profile : http://community.jboss.org/people/peterj Message: -------------------------------------------------------------- 1) Yes 2) No (well, you could run multiple JBoss AS instances and deploy one app to each) 3) Not sure what the question was here... But your assumption appears to be correct regarding separation of dev/test/production. 4) With one app per app server you have the ability to configure each one to your liking, and there is the redued risk of conflicts, and if one app goes down it will not effect other apps. Usually having only one app per app server is a good idea for "significant" apps that have numerous users and get a lot of use. The down side is that each app server instance potentially uses a lot of memory. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/529200#529200
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
