mirror of
https://github.com/apache/sqoop.git
synced 2025-05-16 17:00:53 +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:
parent
7edaa11d22
commit
1192c2a4c2
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user