Just recently I came across the following exception when deploying a simple Grails application to Tomcat:
URI “file:./” is not hierarchical
The application was so simple and ran locally on tomcat-6.0.16 - it had to be something environmental. Comparing the differences between machines showed that it was the JVM that was different.
The JVM that produced the error [...]
Posts tagged as:

