Posts tagged as:

tomcat

URI “file:./” is not hierarchical

October 26, 2008

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 [...]

Read the full article →