I'm running Cocoon 1.8.2 and I've just upgraded from Tomcat3.x to Tomcat4.0.1.  According to Tomcat's documentation, anything in WEB-INF/classes is available (so I dont have to put it in my classpath). I've got my own com.blah.globals package in WEB-INF/classes/com/blah/globals.  When I try and import this in my cocoon logicsheet I get a NoClassDefFoundError:
 
java.lang.NoClassDefFoundError: com/rrp/globals/Globals
at _home._reedy._docs._production._pcteachit_com._temp.<init>(_temp.java:33)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
If anyone has any ideas on this I would really appreciate it.  I tried adding it to my classpath and restarting everything and I still get the same error.
 
Thanks!
 
- Brent

Reply via email to