Skip to content

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

@josiasyoumbi

Description

@josiasyoumbi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions