When I put my webapp.jar file in the WEB-INF directory, it doesn't find the
app. When I exploded it into the classes directory, and associated
subdirectories, they are found fine, but I get this problem (the one below).
This, it turns out, is triggered by the fact I have the webapp.jar file in
I was getting a message like "SEVERE PersistenceManager persistence not
enabled", or something like that (I don't remember) so I disabled (commented
out) the Manager tag in server.xml that configured the PersistenceManager.
Now, I'm getting
Feb 16, 2007 9:26:34 PM org.apache.catalina.loader.We