You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2010/09/19 01:02:03 UTC

svn commit: r998562 - /incubator/chukwa/trunk/src/web/hicc/WEB-INF/jetty.xml

Author: eyang
Date: Sat Sep 18 23:02:03 2010
New Revision: 998562

URL: http://svn.apache.org/viewvc?rev=998562&view=rev
Log:
CHUKWA-521. Changed default HICC port to 4080. (Eric Yang)

Modified:
    incubator/chukwa/trunk/src/web/hicc/WEB-INF/jetty.xml

Modified: incubator/chukwa/trunk/src/web/hicc/WEB-INF/jetty.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/src/web/hicc/WEB-INF/jetty.xml?rev=998562&r1=998561&r2=998562&view=diff
==============================================================================
--- incubator/chukwa/trunk/src/web/hicc/WEB-INF/jetty.xml (original)
+++ incubator/chukwa/trunk/src/web/hicc/WEB-INF/jetty.xml Sat Sep 18 23:02:03 2010
@@ -47,7 +47,7 @@
       <Arg>
           <New class="org.mortbay.jetty.nio.SelectChannelConnector">
             <Set name="host"><SystemProperty name="jetty.host" /></Set>
-            <Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set>
+            <Set name="port"><SystemProperty name="jetty.port" default="4080"/></Set>
             <Set name="maxIdleTime">30000</Set>
             <Set name="Acceptors">2</Set>
             <Set name="statsOn">false</Set>