Classloading issue on startup and catalina.properties
Emmanuil Batsis (Manos)
2004-04-22
Hi tribe,
I've set up a resource and realm in my server.xml and placed the mysql driver in ~DOMAIN_DOCROOT/WEB-INF/lib. I get an exception on Tomcat startup [1].
It seems that driver must be in shared/lib for my tomcat to start without errors, but due to the "shared" nature of my tomcat installation that is not an option.
Indeed, the same setup works fine on a machine of my control when the driver is in the common library folder, but fails with the same error when i change the driver's position to app/WEB-INF/lib.
So I mkdired a new directory for that purpose on my home folder and added that in my catalina.properties like:
but it doesn't work (also tried common.loader). My path is correct... Can this be a catalina.properties bug related to [2] and are there any workarounds? I'm using 5.0.19 on linux.
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)