Skip to content

Instantly share code, notes, and snippets.

@dark4eg
Created February 15, 2014 17:07
Show Gist options
  • Save dark4eg/9022063 to your computer and use it in GitHub Desktop.
Save dark4eg/9022063 to your computer and use it in GitHub Desktop.
AS7_OPTS="$AS7_OPTS -Dorg.apache.tomcat.util.http.ServerCookie.ALLOW_HTTP_SEPARATORS_IN_V0=true" ## See AS7-1625
AS7_OPTS="$AS7_OPTS -Djboss.bind.address.management=0.0.0.0"
AS7_OPTS="$AS7_OPTS -Djboss.bind.address=0.0.0.0"
AS7_OPTS="$AS7_OPTS -Djgroups.bind_addr=`hostname -I`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment