There has been many reports on this, with symlinks as cause then again some
like myself had no symlinks still saw a problem such as:
2002-10-20 12:28:13 ContextConfig[/slide-admin] Exception processing JAR at resource
path /W
EB-INF/lib/slide-taglib-common.jar
javax.servlet.ServletException: Exception processing JAR at resource path
/WEB-INF/lib/slide
-taglib-common.jar
at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)
at org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:868)
at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:243)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.jav
a:166)
.......
Solution:
set your environment to be CATALINA_TMPDIR, catalina.sh (catalina.bat)
both set these to ${CATALINA_BASE}/temp, but the directory isn't created
if not present. Making sure the directory is there solves this jar problem
Tarang
Patel, Tarang Kumar
-------------------
NASA Ames Research Center, MS 269-2, Moffett Field, CA 94035-1000
Email: [EMAIL PROTECTED], Tel:(650) 604-4721 fax: (650) 604 3594
http://ic-www.arc.nasa.gov/ic/projects/neuro/people/patel/mombasa.html
The stated views are my own offering's and not tied to any organization above.
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>