mirror of https://github.com/apache/cloudstack.git
add javassit on the classpath
This commit is contained in:
parent
c49f3beccf
commit
66daa1a2bc
|
|
@ -67,6 +67,7 @@ systemjars = {
|
|||
"tomcat6/jasper.jar",
|
||||
"tomcat6/jasper-el.jar",
|
||||
"tomcat6/jasper-jdt.jar",
|
||||
"javassist.jar",
|
||||
|
||||
),
|
||||
'CentOS':
|
||||
|
|
@ -79,6 +80,7 @@ systemjars = {
|
|||
"tomcat6/jasper.jar",
|
||||
"tomcat6/jasper-el.jar",
|
||||
"tomcat6/jasper-jdt.jar",
|
||||
"javassist.jar",
|
||||
#"tomcat6/catalina.jar", # all supported distros put the file there
|
||||
),
|
||||
'Ubuntu':
|
||||
|
|
|
|||
Loading…
Reference in New Issue