Hi Daniel. I do understand your point, but resin is not finding the library no 
matter where I have it, in one place or both. I don't really want to have it in 
my main resin library directory for the reason you mentioned, allowing 
different apps to have different versions, so I've removed it, but it still 
isn't finding the library. Any ideas?  TIA!

Janene McCrillis
NatureServe
Senior Software Engineer
703-797-4806
[EMAIL PROTECTED]


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel López
Sent: Monday, September 10, 2007 2:55 AM
To: General Discussion for the Resin application server
Subject: Re: [Resin-interest] Classpath problem

Having the same library twice in the classpath is a sure recipe for 
unexpected behaviour, as depending on the way some classes are 
loaded/used, you will get ClassDefNotFoundException and similar problems.

AFAIK, there is no real solution apart of keeping just one version of 
the class in the classpath of your webapp. (Note that you can have two 
versions for different webapps, as they can have different "classpaths")

S!
D.


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to