1 Reply Latest reply on Mar 16, 2007 6:49 PM by peterj

    JVM setting for multiple instances of JBOSS on linux

    vannguyen0

      I have three different instances of JBoss running on my Linux server. I want to configure the JVM differently for each server. But it looks like it's looking at the run.conf for the JVM settings. Is it possible to specify a different run.conf for each instance? If not, how else would I specify different JVM options for each instance?

      Right now, I have a script that just calls the run.sh command:
      $JBOSS_HOME/bin/run.sh -c instance1

      Thanks,

      Van