How to change port number in JBoss App Server?

Add a comment February 15th, 2008

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

Technorati Tags: ,
Book Mark it-> del.icio.us | Reddit | Slashdot | Digg | Facebook | Technorati | Google | StumbleUpon | Window Live | Tailrank | Furl | Netscape | Yahoo | BlinkList

Popularity: 56% [?]

Bookmark this on BuzzURLBookmark this on BuzzURL Post to TwitterTweets for this web page Bookmark this on FC2 Bookmark newsing it! Choix it! Add to Google Bookmark Bookmark this on Delicious Digg This

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

  1. April 8th, 2008 at 08:32 | #1
    Michel

    Better just check this post.

    http://lkamal.blogspot.com/2006/09/jboss-4-how-to-change-port-8080-in.html

  2. May 26th, 2008 at 19:49 | #2
    Esteban_dido

    In last version case you run de default distribution you must find the server.xml at ..\server\default\deploy\jboss-web.deployer edit such xml file a EUREKA!!!!!

  3. July 3rd, 2008 at 07:22 | #3
    aldi win

    thk’s brother

  4. September 15th, 2008 at 19:30 | #4

    2 girls and 1 cup

  5. November 13th, 2008 at 08:02 | #5

    Thnk’s for information…

  1. |
    July 9th, 2009 at 04:13 | #1

    [...] Click here to Read Full Article Possibly related posts: (automatically generated)Steps to change the default port number for Apache HTTP ServerSix Possible solutions for JDBC – SQL Server Connection problemAmerica’s Army 3 gets patched [...]

Comments feed