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

OO-4906: update tomcat used by selenium tests

parent 5323637e
No related branches found
No related tags found
No related merge requests found
...@@ -1275,8 +1275,8 @@ ...@@ -1275,8 +1275,8 @@
<configuration> <configuration>
<target> <target>
<mkdir dir="${project.build.directory}/downloads" /> <mkdir dir="${project.build.directory}/downloads" />
<get src="https://nexus.openolat.org/nexus/content/repositories/openolat/org/apache/tomcat/apache-tomcat-arq/8.5.45/apache-tomcat-arq-8.5.45.zip" dest="${project.build.directory}/downloads" verbose="true" skipexisting="true" /> <get src="https://nexus.openolat.org/nexus/content/repositories/openolat/org/apache/tomcat/apache-tomcat-arq/9.0.38/apache-tomcat-arq-9.0.38.zip" dest="${project.build.directory}/downloads" verbose="true" skipexisting="true" />
<unzip src="${project.build.directory}/downloads/apache-tomcat-arq-8.5.45.zip" dest="${project.build.directory}/arq-apache-tomcat-8.5.45" /> <unzip src="${project.build.directory}/downloads/apache-tomcat-arq-9.0.38.zip" dest="${project.build.directory}/arq-apache-tomcat-9.0.38" />
</target> </target>
</configuration> </configuration>
</execution> </execution>
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<container qualifier="tomcat-7-managed" default="true"> <container qualifier="tomcat-7-managed" default="true">
<configuration> <configuration>
<property name="workDir">target/arquillianDeployments</property> <property name="workDir">target/arquillianDeployments</property>
<property name="catalinaHome">target/arq-apache-tomcat-8.5.45</property> <property name="catalinaHome">target/arq-apache-tomcat-9.0.38</property>
<property name="catalinaBase">target/arq-apache-tomcat-8.5.45</property> <property name="catalinaBase">target/arq-apache-tomcat-9.0.38</property>
<property name="javaVmArguments">-Xmx512m -Xms256m -Djava.awt.headless=true</property> <property name="javaVmArguments">-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