5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-17 01:11:07 +08:00

SQOOP-2409: Sqoop2: Bump up Tomcat version to 6.0.37 in integration test

(Richard Zhou via Qian Xu)
This commit is contained in:
Qian Xu 2015-07-07 10:25:38 +08:00
parent 7edaa11d22
commit 1192c2a4c2

View File

@ -83,7 +83,7 @@ public void start() throws Exception {
// TODO(jarcec): We should parametrize those paths, version, etc... // TODO(jarcec): We should parametrize those paths, version, etc...
// Source: http://cargo.codehaus.org/Functional+testing // Source: http://cargo.codehaus.org/Functional+testing
// Use null download path so that download path can be shared. // Use null download path so that download path can be shared.
Installer installer = new ZipURLInstaller(new URL("http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.36/bin/apache-tomcat-6.0.36.zip"), null, extractPath); Installer installer = new ZipURLInstaller(new URL("http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.37/bin/apache-tomcat-6.0.37.zip"), null, extractPath);
installer.install(); installer.install();
LocalConfiguration configuration = (LocalConfiguration) new DefaultConfigurationFactory().createConfiguration("tomcat6x", ContainerType.INSTALLED, ConfigurationType.STANDALONE, confPath); LocalConfiguration configuration = (LocalConfiguration) new DefaultConfigurationFactory().createConfiguration("tomcat6x", ContainerType.INSTALLED, ConfigurationType.STANDALONE, confPath);