David Mehringer writes:
I have a (valid) jar file in the WEB-INF/lib directory of one of my web apps. Threre are other jar files in the same directory which seem to load fine on startup, but when loading this one, there is some error which I don't understand (snippets from trace below from the log). I'm running tomcat 4.1.12 under linux. I can elaborate more if this description isnt adequate. Thanks for any assistance.
Dave

2002-12-03 11:56:42 ContextConfig[/archive] Exception processing JAR at resource path /WEB-INF/lib/huh.jar
javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/huh.jar
at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)
....
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
----- Root Cause -----
java.lang.IllegalArgumentException: Invalid TLD resource path /WEB-INF/lib/huh.jar
at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:898)
....
2002-12-03 11:56:42 ContextConfig[/archive]: Marking this application unavailable due to previous error(s)
...

--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


Hello Dave, i have special interest when people named Dave running linux boxes and tc ask questions so here goes: how do ur jars get to the locatin under: WEB-INF? how u r generating ur jars? what do the jars do? r the jars from another source or have u generated them? what version and flavor of linux r u running? what dev tools r u running? what version of jdk? anything that may help shed light on the problem. thanx, david.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to