Tags: config
BeanCreationException NoClassDefFoundError org/hibernate/usertype/UserType during Tomcat start up
July 6th, 2011I have just spent the last 2 days looking for why my Spring container (under Tomcat) was getting ClassNotFoundException and NoClassDefFoundError during start up. There is so much mis-leading stuff in the Internet.
I had 2 projects in Eclipse: the cor… more »
Adding multiple Eclipse projects to Tomcat's classpath
November 12th, 2008In order to avoid full file-system paths in a Tomcat configuration, you make all the file references point to elements on the classpath. The classpath is an environment variable which is set outside of Tomcat, and is the search path that the class loader… more »