-
1. Re: Hi All
while_true Nov 25, 2011 6:23 PM (in response to bhadraiah)1 of 1 people found this helpfulHey Bhadraiah,
You might want to take a look at this article http://community.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine or this other one http://community.jboss.org/wiki/ServiceBindingManager.
Grateful for your attention.
Best regards.
-
2. Re: Hi All
bhadraiah Nov 29, 2011 2:44 AM (in response to while_true)Thanks a lot Antonio,
Nice helpful answer but i have used already that -b option while starting the app server. than also i am getting conflict issue for jmx server.
Here is my jboss server with that issue is pointing at "JBOSS_HOME/jboss-5.1.0.GA/server/default/deploy/jmx-remoting.sar/ : java.rmi.AlreadyBoundException: jmxconnector
Highly appreciate the best solution!! for with out changing default port number to some other is there any other approach?
Thank you,
Bhadraiah
-
3. Re: Hi All
while_true Nov 30, 2011 12:55 PM (in response to bhadraiah)Bhadraiah,
I've found another article that I think suits your purposes. It address the modification of the range of ports for each JBoss service and I think that's what you need.
Please, check this out: http://community.jboss.org/wiki/ConfigurePorts
Adding
-Djboss.service.binding.set=ports-01
after your run command the ports of your new JBoss instance get an increment of 100 therefore the already bound exception shoudn't occur!Message was edited by: António Ribeiro