- I uploaded the jboss tar file.
- Copied to test server.
- Uninstalled and installed it in $ HOME / jboss /
Now I need to run three instances at the same time - Dev, QA, UAT - on the SINGLE server.
Is domain mode for this situation? I came to the conclusion that this is not so. This domain mode is for managing JVMs on multiple servers. For example, if I wanted the QA to be in server1 and server2. It is right?
However, I need NOT to manage JBOSS instances on multiple servers.
Given that I should use offline mode? If so, how would I launch three instances of JBOSS (Dev, QA and UAT) at the same time.
I tried the instructions given here (approach 2): https://community.jboss.org/wiki/MultipleInstancesOfJBossAS7OnTheSameMachine
But I still get errors like this:
MSC00001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: Address already in use /127.0.0.1:9990
Is there any simple tutorial that I can follow. I see that these questions are asked several times, but none of them seem to have a satisfactory answer ... I find it useful. Is it a black art that low-level developers should not try alone?
Sgb
source
share