Deploying shared .jar 's 2006-12-11 - By Caldarale, Charles R
Back > From: David Kerber [mailto:dckerber@(protected)] > Subject: Re: Deploying shared .jar's > > My webapps can't see classes in the .jar that is in the shared/lib > folder; I get the ClassNotFound errors when I try.
Check your conf/catalina.properties file and make sure this line is present: shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/li b/*.jar
If the line is there (and not commented out), is there possibly an access permissions problem with the jars you're putting into shared/lib, especially if running as a service? You might also try turning on -verbose:class and see what's being loaded from where.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|