mirror of https://github.com/apache/cloudstack.git
fix missing jar files for centos
This commit is contained in:
parent
680812f675
commit
06663d47e2
|
|
@ -38,6 +38,8 @@ systemjars = {
|
|||
'CentOS':
|
||||
(
|
||||
"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/catalina.jar", # all supported distros put the file there
|
||||
),
|
||||
'Ubuntu':
|
||||
|
|
|
|||
Loading…
Reference in New Issue