You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
But the created /etc/init.d/jboss-eap
The text was updated successfully, but these errors were encountered: