I'm a new user on the mailing list, so forgive me if I ask just stupid questions! I'll try not to ;) I'm trying to load my app into tomcat, but I've got a problem as soon as I boot (see exception attached in the end). Looks like tomcat can't find a jar file that actually exists and is indeed in the place it looks for!
I'm loosing it as I don't know where else to do in order to get it going!
The jar files tomcat is trying to load are in the usual "/WEB-INF/lib/something.jar" places.
On a small note that can be helpfull, the application root has 2 dirs named "Java Content" and "Web Content". The real app struct is inside the Web Content dir, and it has been set in the config xml as the docbase.