Grails in Websphere - Not loading/working static resources in cluster env.
Problem:
It is observed that the Grails application was working fine in local (tomcat) developer box and not behaving the same when deployed into Websphere cluster.
Solution:
If you are using grails resources plugins then use the plugins in the following order.
// Manually update the resoures plugin to resolove websphere look up errors
runtime ":resources:1.2"
runtime ":cached-resources:1.0"
//runtime ":zipped-resources:1.0"
compile ":cache-headers:1.1.5"
No comments:
Post a Comment