shuzheng 9 лет назад
Родитель
Сommit
71eb9453be
2 измененных файлов с 6 добавлено и 6 удалено
  1. 3 3
      zheng-upms/zheng-upms-app1/pom.xml
  2. 3 3
      zheng-upms/zheng-upms-app2/pom.xml

+ 3 - 3
zheng-upms/zheng-upms-app1/pom.xml

@@ -86,12 +86,12 @@
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>9.0.0.v20130308</version>
-                <!--<version>9.2.7.v20150116</version>-->
+                <!--<version>9.0.0.v20130308</version>-->
+                <version>9.2.7.v20150116</version>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>
-                        <contextPath>/app1</contextPath>
+                        <contextPath>/</contextPath>
                     </webApp>
                     <httpConnector>
                         <port>1113</port>

+ 3 - 3
zheng-upms/zheng-upms-app2/pom.xml

@@ -86,12 +86,12 @@
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>9.0.0.v20130308</version>
-                <!--<version>9.2.7.v20150116</version>-->
+                <!--<version>9.0.0.v20130308</version>-->
+                <version>9.2.7.v20150116</version>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>
-                        <contextPath>/app2</contextPath>
+                        <contextPath>/</contextPath>
                     </webApp>
                     <httpConnector>
                         <port>1114</port>