mirror of
https://github.com/apache/archiva.git
synced 2025-02-28 05:29:07 +00:00
Change the port so we run tests in parallel with continuum tests
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@500200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fa30be9cf
commit
0438b082fc
@ -99,7 +99,7 @@
|
||||
<phase>integration-test</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<get src="http://localhost:9595/archiva/" dest="${project.build.directory}/index.html"/>
|
||||
<get src="http://localhost:9696/archiva/" dest="${project.build.directory}/index.html"/>
|
||||
<delete file="${project.build.directory}/index.html"/>
|
||||
</tasks>
|
||||
</configuration>
|
||||
@ -175,7 +175,7 @@
|
||||
<home>${project.build.directory}/${container.name}conf</home>
|
||||
<type>existing</type>
|
||||
<properties>
|
||||
<cargo.servlet.port>9595</cargo.servlet.port>
|
||||
<cargo.servlet.port>9696</cargo.servlet.port>
|
||||
</properties>
|
||||
</configuration>
|
||||
</configuration>
|
||||
|
@ -27,7 +27,7 @@
|
||||
public abstract class AbstractArchivaTestCase
|
||||
extends AbstractSeleniumTestCase
|
||||
{
|
||||
private String baseUrl = "http://localhost:9595/archiva";
|
||||
private String baseUrl = "http://localhost:9696/archiva";
|
||||
|
||||
protected String getApplicationName()
|
||||
{
|
||||
|
@ -93,7 +93,7 @@ parent-child relationships with each other -->
|
||||
-->
|
||||
|
||||
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
|
||||
<Connector port="9595" maxHttpHeaderSize="8192"
|
||||
<Connector port="9696" maxHttpHeaderSize="8192"
|
||||
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
|
||||
enableLookups="false" redirectPort="8443" acceptCount="100"
|
||||
connectionTimeout="20000" disableUploadTimeout="true"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user