For the bug GSO-11
authorj00302280 <j00101220@huawei.com>
Tue, 11 Oct 2016 07:42:31 +0000 (15:42 +0800)
committerj00302280 <j00101220@huawei.com>
Tue, 11 Oct 2016 07:42:31 +0000 (15:42 +0800)
Change-Id: Ic169b9084023ef11eea7ca352ef2083f195faa83
Signed-off-by: j00302280 <j00101220@huawei.com>
servicegateway/deployment/src/main/release/conf/server.xml
servicegateway/service/src/main/resources/spring/service.xml

index 40eb5ff..f8bce6f 100644 (file)
@@ -29,8 +29,8 @@
             name="UserDatabase" pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase" />
     </GlobalNamingResources>
     <Service name="Catalina">
-        <Connector connectionTimeout="20000" port="8503" protocol="HTTP/1.1" redirectPort="8443" />
-        <Connector port="8305" protocol="AJP/1.3" redirectPort="8443" />
+        <Connector connectionTimeout="20000" port="8305" protocol="HTTP/1.1" redirectPort="8443" />
+        <!--Connector port="8305" protocol="AJP/1.3" redirectPort="8443" /-->
         <Engine defaultHost="localhost" name="Catalina">
             <Realm className="org.apache.catalina.realm.LockOutRealm">
                 <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" />
index c891a82..7ebfc4f 100644 (file)
     <import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
 
     <!-- jar rest server registration -->
-    <jaxrs:server id="sampleServer" address="/">    
+    <jaxrs:server id="sampleServer" address="/">
         <!-- registering beans -->
         <jaxrs:serviceBeans>
-            <ref bean="serviceGatewayRoaModuleImpl"></ref>            
+            <ref bean="serviceGatewayRoaModuleImpl"></ref>
         </jaxrs:serviceBeans>
         <!-- registering providers -->
         <jaxrs:providers>