aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-21 10:33:18 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-21 10:33:18 +0000
commitfeb736e52948db61dd97f0d512590100a8199527 (patch)
tree429ac52a22dfd543f477df6d712e4557ba8a031f /archiva-modules
parentda2bc3902da3a5417b16d078c35726fda92606bc (diff)
downloadarchiva-feb736e52948db61dd97f0d512590100a8199527.tar.gz
archiva-feb736e52948db61dd97f0d512590100a8199527.zip
not use default tomcat port as can't create port allocation issue on ci server
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/src/test/tomcat6x/conf/server.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/tomcat6x/conf/server.xml b/archiva-modules/archiva-web/archiva-webapp-test/src/test/tomcat6x/conf/server.xml
index 4886ea282..cc5923767 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/src/test/tomcat6x/conf/server.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/tomcat6x/conf/server.xml
@@ -19,7 +19,7 @@
define subcomponents such as "Valves" at this level.
Documentation at /docs/config/server.html
-->
-<Server port="8005" shutdown="SHUTDOWN">
+<Server port="9695" shutdown="SHUTDOWN">
<!--APR library loader. Documentation at /docs/apr.html -->
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />