neutron now works with jetty
[controller.git] / karaf / opendaylight-karaf-resources / src / main / resources / configuration / tomcat-server.xml
index fbcd0a4c779ed4203a4f153f67604016f43085e6..5092a5eee1c06c91dd843c59ebe858167f86c75f 100644 (file)
@@ -26,9 +26,9 @@
   <Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
 
   <Service name="Catalina">
-    <Connector port="8080" protocol="HTTP/1.1"
+    <Connector port="8282" protocol="HTTP/1.1"
                connectionTimeout="20000"
-               redirectPort="8443" />
+               redirectPort="8663" />
 
 <!--
         Please remove the comments around the following Connector tag to enable HTTPS Authentication support.