run multiple instances of JBoss 4 in a one single machine?

87 Views Asked by At

I need to run multiple instances of jboss in a single machine (more than 5).

I copied the entire jboss folder several times and used the -b parameter on startup.

Under jboss/server, I have the following:

default
instance1
instance2

The first instance of jboss works fine (when I run ./run.sh -c instance1 -b 1.1.1.1)

but when I start the second one (when I run ./run.sh -c instance2 -b 1.1.1.2), it hangs on

[Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
0

There are 0 best solutions below