Is there a variable where I can find out the root directory of my Grails application?
for example, I have a folder named "chart" under \%root%\web-app\images\ where I put my charts in. Once I deploy my grails application on Jetty, I will get FileNotFoundException because the root path becomes /srv/www/vhosts/domain-name/jetty-version/
I would like to know if there is a variable that returns the root path (like /srv/www/vhosts/domain-name/jetty-version/webapps/myapp), and there should be because CSS uses relative path just fine.