clustering on same server

Can i perform clustering in the same server just for testingpurpose.Server i am using is JBoss.
[109 byte] By [aturservicea] at [2007-11-27 8:16:05]
# 1
Clustering = using multiple servers.So per definition: no.You can run many server instances on a single machine, though.
CeciNEstPasUnProgrammeura at 2007-7-12 20:00:56 > top of Java-index,Java Essentials,Java Programming...
# 2

If you really want to try setting up JBoss clustering, but only have a single physical machine to play with, perhaps try some of the virtualisation tools that are available?

e.g. Qemu, VMWare, Parallels, Xen, User Mode Linux ...

They may take time to setup and they won't run "full speed" (so don't use them for performance testing) but it's a fun way to try out different configurations without having the actual hardware.

glennjia at 2007-7-12 20:00:56 > top of Java-index,Java Essentials,Java Programming...