Figured it out myself! :-)
I printed out the IOException stack trace, saw that the error happened
when a temp file was being created. Turns out my CATALINA_TMPDIR was
set to a non-existing directory. I created it and no more IOExceptions.
Now I just hope my classloader issue is fixed...
Nick
Using 4.0.6 I'm getting a lot of exceptions (for every jar in
/WEB-INF/lib/) on startup like this one:
ContextConfig[]: tldConfigJar(/WEB-INF/lib/xerces.jar):
java.io.IOException: No such file or directory
Which is problematic because if an exception happens in tldConfigJar(),
ContextConfi