Thursday, September 27, 2007

run JBOSS with specific IP under Linux

run this command uder bin folder
./run.sh -b < IP ADDRESS >

it will assign that IP to jboss.bind.address

Tuesday, September 18, 2007

Run second instance on one JBOSS

change the following file....


default/deploy/jbossweb-tomcat55.sar/server.xml:
change 8080 to 18080


default/conf/jboss-service.xml
change 8083 to 18083
change 1099 to 11099
change 1098 to 11098
change 4445 to 14445
change 4444 to 14444


default/deploy/jms/uil2-service.xml
change 8093 to 18093