Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Developers sometimes have to work on different versions of their product and usually tend to configure / run multiple instances of JBoss application server on the same machine. In order to bring the second or third instance developers tend to tweak various configuration files to avoid port collisions. Are there any tools which provide a better way to monitor and manage creation of new instances and handle such issues.

share|improve this question
on what platform? – skaffman Feb 19 '10 at 8:51
primarily on the Windows platform – Joe Feb 19 '10 at 11:43

1 Answer

Not that I know, if you're running a network with few restrictions (don't know if this is feasible using DHCP or if you need to manually setup TcpIp addresses for developer machines) to speed up the process you can assign to a single machine more than one IP address and then start JBoss binding each JBoss instance to a single IP address using the -b parameter.

Regards

Massimo

share|improve this answer
Assigning more than one IP address for a machine will not be possible in our environment. – Joe Feb 19 '10 at 11:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.