On Jul 14, 2006, at 4:45 AM, Boris Unckel wrote:
The usage of common/lib or common/shared is generally not a good idea if you are not forced to do it (i.E. a JDBC-Driver).
Does AspectJ have the requirement to be in common/lib or shared/lib?
If not, try to put everything in your webapps/WEB-INF/lib directory. Even if this would mean to duplicate it for several webapps.
Please give feedback for the results (in positive and negative case)

AspectJ is, in fact, required for my JDBC driver (at least, so it appears). Also, what I'm developing at the moment is intended to be a framework that can be used by multiple webapps at once, so common/ lib or shared/lib seemed to make sense...

However, even placing AspectJ in the webapp's WEB-INF/lib directory gives me the same error.

Timothy Collett

--

"Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much or suffer much, because they live in the gray twilight that knows not victory nor defeat."
 -T.R.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to