-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anoop,
Anoop kumar V wrote: > When I start my tomcat server with our application, I get the following > errors and the tomcat fails to startup: > > SEVERE: End event threw exception > org.apache.commons.logging.LogConfigurationException: User-specified log > class 'com.sun.idm.logging.trace.TraceLogger' cannot be found or is not > useable. The only thing that I can think of is that you do not have your library in the right place. Where are you putting the JAR file containing your logger? 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]