Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running multiple Adempiere instance on a single server

Is it possible to run two or more instances of ADempiere with single JBoss server?

like image 402
Mubii Avatar asked Nov 01 '22 19:11

Mubii


1 Answers

We can deploy multiple adempiere instances into one single jboss application. but need to do lot of changes in jboss module and as well as in build scripts in Adempiere project. This link will give the idea about how to setup the multiple adempiere instances in one jboss server.

Instead of the deploying multiple instances in same jboss server, you can deploy with multiple instances by copying the entire jboss folder (your adempiere installer) in same machine. In this step you need to change only 5 ports.

like image 150
Giri Avatar answered Nov 17 '22 13:11

Giri