Skip to content

Instantly share code, notes, and snippets.

@avenda
Last active August 29, 2015 14:07
Show Gist options
  • Save avenda/0a7cf080f04426644bed to your computer and use it in GitHub Desktop.
Save avenda/0a7cf080f04426644bed to your computer and use it in GitHub Desktop.
Change port of jboss 4.2.3 ga
- On a editor server/default/deploy/jboss-web.deployer/server.xml
- Change value:
<Connector port="NEW_PORT_NUMBER"
Just remeber not use the other jboss ports https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Installation_Guide/Network_Ports_Used_By_JBoss_Enterprise_Application_Platform_62.html
Restart Jboss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment