Skip to content

Instantly share code, notes, and snippets.

@joshgontijo
Created November 27, 2014 10:13
Show Gist options
  • Select an option

  • Save joshgontijo/870264056bc9f519b5d4 to your computer and use it in GitHub Desktop.

Select an option

Save joshgontijo/870264056bc9f519b5d4 to your computer and use it in GitHub Desktop.
#Windows env
standalone.conf.bat
set "JAVA_OPTS=-Djboss.socket.binding.port-offset=1000"
#Linux env
standalone.conf
JAVA_OPTS="$JAVA_OPTS -Djboss.socket.binding.port-offset=1000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment