On Thu, 2010-05-06 at 10:44 -0700, Rick Nuckolls wrote:
> Place the jar's in the shared\lib of the tomcat directory

It depends on the version of Tomcat you're using.


There used to be two places for shared libs in Tomcat.

tomcat/common/lib 
and 
tomcat/shared/lib

The common/lib directory was for libs that were used by both your
applications and Tomcat itself.

The share/lib directory was for libs that are used by your applications
but are isolated from the internals of Tomcat.


These were consolidated in Tomcat 6 to be just
tomcat/lib


If you want a lib to be used by a particular application only, then it
should go in the application's WEB-INF/lib directory.

And, as mentioned in a earlier email, Tomcat does not recognize *.zip
files as libraries.  You need to rename it to asjava.jar.










-- 
Ben Souther
Manager, Web and Web Service Development
[email protected] | 508.927.8147
FWDavison & Company, Inc.
10 Cordage Park Circle, Suite 200
Plymouth, MA 02360-7318

CONFIDENTIALITY NOTICE:  This e-mail message, and any accompanying
documents, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure, distribution or copying is prohibited. If you
are not the intended recipient, please contact our office by e-mail or
by telephone at (508) 747-7261 and immediately destroy all copies of the
original message.

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to