Hello
how to install und run multiple standalone instances in the same machine?
/etc/init.d/jboss-eap1 start oder systemctl jboss-eap1
/etc/init.d/jboss-eap2 start oder systemctl jboss-eap2
I m trying with
class { 'wildfly':
version => '7.0',
distribution => 'jboss-eap',
install_source => 'http:/mywebserver/jboss-eap-7.0.tar.gz',
user => 'jboss-eap1',
group => 'jboss-eap1',
dirname => '/opt/jboss-eap1',
console_log => '/var/log/jboss-eap/console.log',
}
But the created /etc/init.d/jboss-eap