I tried to deploy my app to cloudfoundry, everything goes smooth however none of my static resources that use the resources plugin can be found.
In the logs i get lots of errors like the below
2012-01-31 13:36:41,352 [http-46220-3] WARN util.ResourceMetaStore - Cannot locate resource [/static/css/jquery-ui-1.8.17.custom.css]
I first thought that this is due to cloudfoundry not having any disk space allocated but based on this thread it should work out of the box
http://grails.1312388.n4.nabble.com/Cloud-foundry-and-resources-plugin-with-js-css-td4243619.html
The test application i am running is running on one instance and i am using version 1.1.6 of the resources plugin.
Anybody else experiencing similar problems?