User development, A new message was posted in the thread "JBoss AS and JVM usage.":
http://community.jboss.org/message/529205#529205 Author : Peter Johnson Profile : http://community.jboss.org/people/peterj Message: -------------------------------------------------------------- The only thing that -Djboss.platform.mbeanserver does is tells JBoss AS to use the MBean server built into the JVM instead of using its own. This option is typically used so that you can access the MBeans via JConsole or similar tools. See: http://community.jboss.org/wiki/JBossMBeansInJConsole This option does not cause apps to be deployed into separate JVMs. You can bind different apps to different ports using virtual hosts: http://community.jboss.org/wiki/VirtualHostswithJBossAS But the apps are still running under the same JVM. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/529205#529205
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
