example42 / puppet-jboss

Jboss Puppet Module
http://www.example42.com
Other
15 stars 25 forks source link

Deploy more than one application with single Jboss instance. #37

Open rmahajan24 opened 9 years ago

rmahajan24 commented 9 years ago

Hi,

We are using this module to deploy the jboss application. ATM we are having one jboss instance per application. However what we want now to have single jboss instance to serve multiple applications. Can you please let me know if this is possible with this module that if we can deploy more than one applications with single Jboss instance? If yes can you please let me know this can be done.?

Appreciate your inputs..

Thanks,

alvagante commented 9 years ago

I think it applies the logic you may follow to dpeloy multiple application on the same Jboss service / instance: place the app war in the deploy dir (inside the instance directory) and configure configuration files accordingly (honestly I'm not a big Jboss expert but I take for granted that you can have multiple applications server by the same app server instance)