Ver código fonte

更新sso客户端根目录

shuzheng 9 anos atrás
pai
commit
71eb9453be

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

@@ -86,12 +86,12 @@
             <plugin>
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
                 <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>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>
                     <webApp>
-                        <contextPath>/app1</contextPath>
+                        <contextPath>/</contextPath>
                     </webApp>
                     </webApp>
                     <httpConnector>
                     <httpConnector>
                         <port>1113</port>
                         <port>1113</port>

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

@@ -86,12 +86,12 @@
             <plugin>
             <plugin>
                 <groupId>org.eclipse.jetty</groupId>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
                 <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>
                 <configuration>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <scanIntervalSeconds>3</scanIntervalSeconds>
                     <webApp>
                     <webApp>
-                        <contextPath>/app2</contextPath>
+                        <contextPath>/</contextPath>
                     </webApp>
                     </webApp>
                     <httpConnector>
                     <httpConnector>
                         <port>1114</port>
                         <port>1114</port>