aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty/src/main
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-07-09 01:59:33 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-07-09 01:59:33 +0000
commit3b308d83e7811796bef1f8fb24d5a53ea2672a68 (patch)
tree1c1e5183726636b2cf4dc922c0a7c67612417374 /archiva-jetty/src/main
parent8d428ccfd10d96868cd669a184f8e6b020632327 (diff)
downloadarchiva-3b308d83e7811796bef1f8fb24d5a53ea2672a68.tar.gz
archiva-3b308d83e7811796bef1f8fb24d5a53ea2672a68.zip
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
Diffstat (limited to 'archiva-jetty/src/main')
-rw-r--r--archiva-jetty/src/main/conf/jetty.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml
index 5a106f08e..53a600fd8 100644
--- a/archiva-jetty/src/main/conf/jetty.xml
+++ b/archiva-jetty/src/main/conf/jetty.xml
@@ -50,17 +50,6 @@
-->
</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 -->
<!-- =========================================================== -->