RE: Problem configuring a global resource to be linked from Context elements ....

2004-09-17 Thread Shapira, Yoav
Hi, I think it is because of the way Tomcat classloaders work. Classes in common\lib or common\classes cannot see classes in WEB-INF\lib. DBCP looks for the JDBC Driver class and it cannot read it from WEB-INF\lib. This is the answer I got when I had similar problem. For further info on this you

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-17 Thread Jonathan Rengifo
Thanks to all. The resource link problem has been solve with this recommendations you gave me, at the end I copied my database .jar to common/lib so all web application and the server can see it, what seems strange to me is that it used to work on Tomcat 4 without any copy task, but the solution

RE: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Shapira, Yoav
: Problem configuring a global resource to be linked from Context elements Hi all This is the third time I've write a message to the list asking for the same issue, but didn't solve it, I am starting to think about this is a really bug in Tomcat 5. My question is ... Why when I configure

RE: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Caroline Jen
, 2004 9:08 PM To: Tomcat User List Subject: Problem configuring a global resource to be linked from Context elements Hi all This is the third time I've write a message to the list asking for the same issue, but didn't solve it, I am starting to think about this is a really

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Antony Paul
: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Jonathan Rengifo [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:02 PM Subject: RE: Problem configuring a global resource to be linked from Context elements Hi, Maybe there really is a bug in the Tomcat release

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Jonathan Rengifo
- From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Jonathan Rengifo [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:02 PM Subject: RE: Problem configuring a global resource to be linked from Context elements Hi, Maybe there really

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Jonathan Rengifo
[EMAIL PROTECTED]; Jonathan Rengifo [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:02 PM Subject: RE: Problem configuring a global resource to be linked from Context elements Hi, Maybe there really is a bug in the Tomcat release you're using: which one are you trying

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Jonathan Rengifo
[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:02 PM Subject: RE: Problem configuring a global resource to be linked from Context elements Hi, Maybe there really is a bug in the Tomcat release you're using: which one are you trying? Yoav Shapira Millennium

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Antony Paul
- Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Jonathan Rengifo [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:02 PM Subject: RE: Problem configuring a global resource to be linked from Context elements Hi, Maybe

Re: Problem configuring a global resource to be linked from Context elements ....

2004-09-16 Thread Antony Paul
] To: Tomcat Users List [EMAIL PROTECTED]; Jonathan Rengifo [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:02 PM Subject: RE: Problem configuring a global resource to be linked from Context elements Hi, Maybe there really is a bug in the Tomcat release

Problem configuring a global resource to be linked from Context elements ....

2004-09-15 Thread Jonathan Rengifo
Hi all This is the third time I've write a message to the list asking for the same issue, but didn't solve it, I am starting to think about this is a really bug in Tomcat 5. My question is ... Why when I configure a Resource inside the GlobalNamingResources element just to ResourceLink it