Преглед изворни кода

修改zheng-ucenter-web的jetty配置

shuzheng пре 9 година
родитељ
комит
f8a3f73c25
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      zheng-ucenter/zheng-ucenter-web/pom.xml

+ 3 - 2
zheng-ucenter/zheng-ucenter-web/pom.xml

@@ -80,11 +80,12 @@
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
-                <version>9.0.0.v20130308</version>
+                <!--<version>9.0.0.v20130308</version>-->
+                <version>9.2.7.v20150116</version>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>
-                        <contextPath>/zheng-ucenter-web</contextPath>
+                        <contextPath>/</contextPath>
                     </webApp>
                     <httpConnector>
                         <port>4441</port>