Revert jetty port change

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2007-03-02 10:16:53 +00:00
parent eecc68356e
commit 6be5bf462e
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@
<jettyEnvXml>src/jetty-env.xml</jettyEnvXml>
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>9090</port>
<port>9091</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
</connectors>