1 Reply Latest reply on Feb 9, 2010 7:02 PM by peterj

    JAVA_HOME and multiple JBOSS AS installations

    dangrindstaff
      Hello All,  I would like to have multiple installations of JBOSS on one machine. What do I then do about the JAVA_HOME variable?  Thanks.
        • 1. Re: JAVA_HOME and multiple JBOSS AS installations
          peterj

          Um, nothing special. Or do you need a different JDK for each JBoss AS instance? If so, set the JAVA_HOME in the run script, or better yet, write a new script that sets JAVA_HOME and calls the run script.

           

          If all the instances will use the same JDK, set JAVA_HOME in the normal way. (You never said which OS...)