Skip to content

Commit

Permalink
make server id configurable through maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamerow committed Apr 21, 2017
1 parent e96de76 commit ce15c0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cepheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<tomcat.deploy.path></tomcat.deploy.path>
<tomcat.app.name></tomcat.app.name>
<tomcat.server.id>CepheusProdTomcatServer</tomcat.server.id>

<log.level>debug</log.level>
<cepheus.giles.accessToken></cepheus.giles.accessToken>
Expand Down Expand Up @@ -320,7 +321,7 @@
<version>2.2</version>
<configuration>
<url>${tomcat.path}</url>
<server>CepheusProdTomcatServer</server>
<server>${tomcat.server.id}</server>
<path>/${tomcat.app}</path>
</configuration>
</plugin>
Expand Down

0 comments on commit ce15c0b

Please sign in to comment.