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:
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
--------------------------------------------------------------------- To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)