Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save ivanursul/1d7fa79fd1b84f91973d to your computer and use it in GitHub Desktop.

Select an option

Save ivanursul/1d7fa79fd1b84f91973d to your computer and use it in GitHub Desktop.
maven properties for www.ivanursul.com
<properties>
...
<tomcat.deploy.url>http://${remoteIp}:8080/manager/text</tomcat.deploy.url>
<tomcat.server.name>TomcatServer</tomcat.server.name>
<tomcat.contextPath>/is-lnu-rest-api</tomcat.contextPath>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment