mirror of https://github.com/apache/archiva.git
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:
parent
8d428ccfd1
commit
3b308d83e7
|
@ -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 -->
|
||||||
<!-- =========================================================== -->
|
<!-- =========================================================== -->
|
||||||
|
|
Loading…
Reference in New Issue