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 y

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

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

2004-09-16 Thread Antony Paul
s up. You have to put JDBC jar > > > in CATALINA_HOME\common\lib. It can be placed in WEB-INF\lib if you place > > > dbcp.jar too there. > > > > > > rgds > > > Antony Paul > > > > > > ----- Original Message ----- > > > From: "Shapir

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

2004-09-16 Thread Antony Paul
004 8:36 PM Subject: Re: Problem configuring a global resource to be linked from Context elements > Hi again and thanks to all... :D > > Antony, please can you tell what is dbcp.jar and where I can find it? > so I can try your recommendation... > > Thanks... > Jonathan

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

2004-09-16 Thread Jonathan Rengifo
l > > > > - Original Message - > > From: "Shapira, Yoav" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Jonathan Rengifo" > > <[EMAIL PROTECTED]> > > Sent: Thursday, September 16, 2004

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

2004-09-16 Thread Jonathan Rengifo
"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

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

2004-09-16 Thread Jonathan Rengifo
pira, 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 >

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

2004-09-16 Thread Antony Paul
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 el

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

2004-09-16 Thread Caroline Jen
Hi, Yoav. I have not yet solved my Tomcat 5.0.27 CP configuration problem. Yesterday, you said that the Tomcat log should not show it looked for MySQL driver when I am trying to connect to the Oracle 9i driver. It turned out that there is "another application" in the webapps looking for the My

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

2004-09-16 Thread Shapira, Yoav
Hi, Maybe there really is a bug in the Tomcat release you're using: which one are you trying? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Jonathan Rengifo [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 15, 2004 9:08 PM >To: Tomcat User List >Subject: P