1 Reply Latest reply on Feb 4, 2009 4:50 AM by jaikiran

    JBoss 5.0 as a single JVM?

      Hi all,

      Is JBoss 5.0 running a a single JVM? No matter how many web application (war, ear, ...etc) in its "deploy" directory.
      Or actually each web application running as an individual JVM?

      My worry is that all web application have error when JBoss (single JVM) hang on by some reason.
      If there is individual JVM for each web application, they won't affect each other when one JVM hang on.

      Thanks in advance.

        • 1. Re: JBoss 5.0 as a single JVM?
          jaikiran

          When you start a instance of the server, it creates the JVM and all applications run in that single JVM. If you want to deploy the web applications independent of each, you can however start multiple instances of AS with each instance containing the unique web applications. Is this what you were looking for?