Re: ContextConfig tldConfigJar IOException

2002-11-20 Thread Nick Wesselman
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

ContextConfig tldConfigJar IOException

2002-11-20 Thread Nick Wesselman
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