Thursday, March 20, 2008

How to change port number in JBoss App Server?

Source


As we all know that JBoss is running on port number 8080 as default. If you want to change the port number of your JBoss (jBoss 4) then thats also too easy. Just follow the following steps…

1. Open the JBoss Folder

2. Goto its Deploy folder.

3. Goto the jbossweb-tomcat55.sar

4. Find out the server.xml inside that folder. Actually this is the server configure file of the BuildIn Tomcat.

5. Find the folowing Tag

connector port="8080" address="${jboss.bind.address}"……

6. Change the port number here.

7. Restart the server.

I think the following image will help you better.

change jboss port 8080

0 comments: