You raise a question I have been wondering about for quite some time, why is it that some libraries need to go in different places, I tend to just copy them to different places until it works (: How does one learn these things?

Christopher Schultz wrote:
If you are putting it into your webapp's WEB-INF/lib directory, that
might not work. I see in the stack trace that this code is executing:

       at org.apache.commons.digester.Digester.parse(Digester.java:1647)
       at org.apache.catalina.startup.ContextConfig.applicationConfig(
ContextConfig.java:220)
       at org.apache.catalina.startup.ContextConfig.start(
ContextConfig.java:579)
       at org.apache.catalina.startup.ContextConfig.lifecycleEvent(
ContextConfig.java:181)
       at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
LifecycleSupport.java:119)
       at org.apache.catalina.core.StandardContext.start(
StandardContext.java:3643)

This suggests to me that Tomcat might need your log class in the
server's lib directory in order to use it. Try putting your custom
logger's JAR file into TOMCAT_HOME/server/lib and try again.

Hope that helps,
- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFtqJb9CaO5/Lv0PARAj5JAKCAdIrqmRm9yw5Z4wrW3+nfRNVN+QCgu7nH
aFR8O0P1+rt/k9CMC1P0YUs=
=3hy5
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
__________________________________________
Jacob Rhoden - http://www.jacobrhoden.com/


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to