removed forgotten jetty.host and jetty.port properties being set in jetty.xmxl

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@675081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2008-07-09 01:59:33 +00:00
parent 8d428ccfd1
commit 3b308d83e7
1 changed files with 0 additions and 11 deletions

View File

@ -50,17 +50,6 @@
--> -->
</Set> </Set>
<Call class="java.lang.System" name="setProperty">
<Arg>jetty.port</Arg>
<Arg>8080</Arg>
</Call>
<Call class="java.lang.System" name="setProperty">
<Arg>jetty.host</Arg>
<Arg>localhost</Arg>
</Call>
<!-- =========================================================== --> <!-- =========================================================== -->
<!-- Set connectors --> <!-- Set connectors -->
<!-- =========================================================== --> <!-- =========================================================== -->