Application Server, jBoss

How to change port number in JBoss App Server?

February 15th 2008 | Posted by Lijin

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: ,

Popularity: 55% [?]

No related posts.

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

6 Responses to “How to change port number in JBoss App Server?”

Esteban_dido | May 26th, 2008 at 7:49 pm
commenter

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!!!!!

commenter

thk’s brother

commenter

Thnk’s for information…

[...] 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 [...]

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>