Skip to content

Instantly share code, notes, and snippets.

@sammso
Created February 20, 2018 15:05
Show Gist options
  • Save sammso/2730287a1b4cf55a88ddaf1f5ff4017d to your computer and use it in GitHub Desktop.
Save sammso/2730287a1b4cf55a88ddaf1f5ff4017d to your computer and use it in GitHub Desktop.

Liferay setenv.sh

This is to be replaced developer machine for DXP.

CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF8"
CATALINA_OPTS="$CATALINA_OPTS -Djava.net.preferIPv4Stack=true"
CATALINA_OPTS="$CATALINA_OPTS -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false"
CATALINA_OPTS="$CATALINA_OPTS -Duser.timezone=GMT"
CATALINA_OPTS="$CATALINA_OPTS -Xmx2g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment