Skip to content
Snippets Groups Projects
Commit af0b76b4 authored by srosse's avatar srosse
Browse files

OO-1655: use Tomcat 8 for the selenium tests

parent e6eed6ce
No related branches found
No related tags found
No related merge requests found
...@@ -1234,8 +1234,8 @@ ...@@ -1234,8 +1234,8 @@
<configuration> <configuration>
<tasks> <tasks>
<mkdir dir="${project.build.directory}/downloads" /> <mkdir dir="${project.build.directory}/downloads" />
<get src="http://nexus.openolat.org/nexus/content/repositories/openolat/org/apache/tomcat/apache-tomcat-arq/7.0.27/apache-tomcat-arq-7.0.27.zip" dest="${project.build.directory}/downloads" verbose="true" skipexisting="true" /> <get src="http://nexus.openolat.org/nexus/content/repositories/openolat/org/apache/tomcat/apache-tomcat-arq/8.0.24/apache-tomcat-arq-8.0.24.zip" dest="${project.build.directory}/downloads" verbose="true" skipexisting="true" />
<unzip src="${project.build.directory}/downloads/apache-tomcat-arq-7.0.27.zip" dest="${project.build.directory}" /> <unzip src="${project.build.directory}/downloads/apache-tomcat-arq-8.0.24.zip" dest="${project.build.directory}/arq-apache-tomcat-8.0.24" />
</tasks> </tasks>
</configuration> </configuration>
</execution> </execution>
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
<property name="deploymentExportPath">target/arquillianDeployments</property> <property name="deploymentExportPath">target/arquillianDeployments</property>
</engine> </engine>
<container qualifier="tomcat-7-managed" default="true"> <container qualifier="tomcat-8-managed" default="true">
<configuration> <configuration>
<property name="workDir">target/arquillianDeployments</property> <property name="workDir">target/arquillianDeployments</property>
<property name="catalinaHome">target/arq-apache-tomcat-7.0.27</property> <property name="catalinaHome">target/arq-apache-tomcat-8.0.24</property>
<property name="javaVmArguments">-XX:MaxPermSize=128m -Xmx512m -Xms256m -Djava.awt.headless=true</property> <property name="javaVmArguments">-XX:MaxPermSize=128m -Xmx512m -Xms256m -Djava.awt.headless=true</property>
<!-- debugging arguments for javaVm: -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y --> <!-- debugging arguments for javaVm: -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y -->
</configuration> </configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment