Configure JBOSS to use a different port

  1. Locate and edit the following file in the Eclipse folder.
  2. eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.5.206.v20090115/servers/jboss5.serverdef

  3. Change the default for the port property to 8081 or what ever port you are using and save the file.

    <property id=”port”
    label=”%serverPort”
    type=”string”
    context=”server”
    default=”8081″ />

  4. Start eclipse, select your project, click on the Servers tab at the bottom of the screen.
  5. Right click on the server you are using, select open, modify port property to match the port you specified earlier.

jbossServerConfig

Published on October 12, 2009 at 7:50 pm Leave a Comment

The URI to TrackBack this entry is: http://rkjackson.wordpress.com/resources/configure-jboss-to-use-a-different-port/trackback/

RSS feed for comments on this post.

Leave a Comment