[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Run JBoss 4.2.2 and JBoss 5.0.1 at the same time

PeterJ do-not-reply at jboss.com
Thu Feb 26 14:07:42 EST 2009


I would leave 4.2.2 as is and change the ports on 5.0. To do that, look at the server/xxx/conf/bootstrap/bindings.xml file. All of the ports are configured from this file in 5.0. In fact, you could start 5.0 like this:

run -Djboss.service.binding.set=Ports01Bindings

and it will run with port numbers increased by 100 (example: using port 8180 instead of 8080)

If you want to change the ports on 4.2.x, see the file docs/examples/binding-manager/sample-bindings.xml, which provides a similar mechanism.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213497#4213497

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213497



More information about the jboss-user mailing list