JBoss Community

Multiple instances of JBoss AS7 on the same machine

new comment by kelvin0mql View all comments on this document

Apologies in advance for commandeering this topic. In our case, we have 1 war & 2 mysql datasources in deployments, and several dozen xml and properties files in configuration subdirs. It works in (copies of) standalone with almost zero config changes. Production is 4 physical boxes (more for UAT and QA), each with 8 or more JBoss servers running (over 40 wars, each for a customer).

 

So - the standalone thing worked EASY.

 

Now - I want to make use of the domain thing. One place to log into and control a half dozen other physical boxes, a couple dozen JBoss servers, several dozen wars, probably 4 or 5 server-groups.

 

Where do I go to answer this:
Standalone works. Twice. Different ports. Now how do I put them inside domain control?

 

I expect there's a guide to migration from standalone to domain. Step by step. Or a class I can take.

 

I can get two "servers" to come up inside the domain running, but it won't deploy anything. It says it does, but apache ajp connection still can't see it, and server.log doesn't say the "MYTHING.war deployed" like it does in standalone. Can't domain be configured to go control an already working standalone server? That's what we need. A lot.

 

(will keep searching and reading) ~sigh~