I have encountered the problem to start different version of jboss in the same machine. More precisely I would like to start jboss 5.1 after 4.2.3 version. With Eclipse editor on general server information, i have tried to set different ports but when i started jboss 5.1, i have problems.. Who could help me???
TAnx
I have encountered the problem to start different version of jboss in the same
Share
I have reached my aim using -Djboss.service.binding.set=ports-01 like jvm arguments, and changing localhost port to 8181.
Adding that changes, i can starts jboss 4.2 and jboss 5.1 in the same machine.