Change http port for NorthBoundIT tests
[controller.git] / opendaylight / adsal / northbound / integrationtest / src / test / resources / tomcat-server.xml
index 56d469b59932f591b93cd91eb7e491ab3c683085..ee88f2330cfec9bc5827cf483edae70953b44c30 100644 (file)
@@ -26,7 +26,7 @@
   <Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
 
   <Service name="Catalina">
-    <Connector port="8080" protocol="HTTP/1.1"
+    <Connector port="8180" protocol="HTTP/1.1"
                connectionTimeout="20000"
                redirectPort="8443" />