JBoss und wildfly

Aus Alexander's Wiki

Multiple Instanzen

  1. Das standalone-Verzeichnis sooft kopieren wie man Instanzen benötigt
    cd wildfly-8.2.0.Final
    cp -rpv standalone standalone-1
    cp -rpv standalone standalone-2
    
  2. Starten der Instanzen
    bin\standalone.bat -Djboss.server.base.dir=/DEV/EAP-7.4.0/standalone-1
    
  3. Mit einem offset der Ports für den Parallelbetrieb starten
    bin\standalone.bat -Djboss.server.base.dir=/DEV/EAP-7.4.0/standalone-2 -Djboss.socket.binding.port-offset=100
    
  4. xxx