[Project] Updated deployment server

This commit is contained in:
Robert von Burg 2015-11-20 11:53:54 +01:00
parent f09d227fa3
commit 70c50077e2
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<warFinalName>planningwebapp</warFinalName>
<tomcat7ServerId>tomcat7.eitchnet.ch</tomcat7ServerId>
<tomcat7Url>http://appsrv:8080/manager/text</tomcat7Url>
<tomcat7Url>http://tomcat.eitchnet.ch:8080/manager/text</tomcat7Url>
<m2eclipse.wtp.contextRoot>${warFinalName}</m2eclipse.wtp.contextRoot>
</properties>

View File

@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<warFinalName>tutorialwebapp</warFinalName>
<tomcat7ServerId>tomcat7.eitchnet.ch</tomcat7ServerId>
<tomcat7Url>http://appsrv:8080/manager/text</tomcat7Url>
<tomcat7Url>http://tomcat.eitchnet.ch:8080/manager/text</tomcat7Url>
<m2eclipse.wtp.contextRoot>${warFinalName}</m2eclipse.wtp.contextRoot>
</properties>

View File

@ -26,7 +26,7 @@
<jersey.version>2.11</jersey.version>
<jaxrs.api.version>2.0</jaxrs.api.version>
<tomcat7Url>http://appsrv:8080/manager/text</tomcat7Url>
<tomcat7Url>http://tomcat.eitchnet.ch:8080/manager/text</tomcat7Url>
<tomcat7ServerId>tomcat7.eitchnet.ch</tomcat7ServerId>
</properties>