Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install und build multiple standalone instances in the same machine #264

Open
josiasyoumbi opened this issue Dec 12, 2018 · 0 comments

Comments

@josiasyoumbi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant