Patch from Hugo Trippaers https://reviews.apache.org/r/5698 CentOS 6.2 ships tomcat6-el-2.1-api-6.0.24.jar with tomcat just like RedHat
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ad3ae753 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ad3ae753 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ad3ae753 Branch: refs/heads/master Commit: ad3ae753dd42b5959a1401af0c56a4eea7353f07 Parents: 1a2f354 Author: David Nalley <[email protected]> Authored: Mon Jul 2 09:00:06 2012 -0400 Committer: David Nalley <[email protected]> Committed: Mon Jul 2 09:00:06 2012 -0400 ---------------------------------------------------------------------- wscript_configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ad3ae753/wscript_configure ---------------------------------------------------------------------- diff --git a/wscript_configure b/wscript_configure index d437f3a..832fe67 100644 --- a/wscript_configure +++ b/wscript_configure @@ -49,7 +49,7 @@ systemjars = { ( "tomcat6-servlet-2.5-api.jar", "tomcat6-jsp-2.1-api-6.0.24.jar", - "tomcat6-el-1.0-api-6.0.24.jar", + "tomcat6-el-2.1-api-6.0.24.jar", #"tomcat6/catalina.jar", # all supported distros put the file there ), 'Ubuntu':
