Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created June 7, 2012 05:07
Show Gist options
  • Save jbayer/2886705 to your computer and use it in GitHub Desktop.
Save jbayer/2886705 to your computer and use it in GitHub Desktop.
Dynamic port assignment for Tomcat based on Java Options
<Connector port="${port.http.nonssl}" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment