Re: MySQL driver randomly not found?

2004-10-14 Thread David Smith
est results. The less moving pieces, the less chance for error. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 12:38 PM To: [EMAIL PROTECTED] Subject: RE: MySQL driver randomly not found? Interes

Re: MySQL driver randomly not found?

2004-10-14 Thread Kaleb Pederson
Original Message- > >From: Larry Meadors [mailto:[EMAIL PROTECTED] > >Sent: Thursday, October 14, 2004 12:13 PM > >To: [EMAIL PROTECTED] > >Subject: Re: MySQL driver randomly not found? > > > >Just curious...Why are you using a symlink? > > > >>

Re: MySQL driver randomly not found?

2004-10-14 Thread Kaleb Pederson
On Thursday 14 October 2004 9:13 am, Larry Meadors wrote: > Just curious...Why are you using a symlink? I'm setting it up so that I can have multiple instances of tomcat running and I don't want many different copies of the files floating around if at all possible. It also makes it easy for me

RE: MySQL driver randomly not found?

2004-10-14 Thread Larry Meadors
a http://www.yoavshapira.com > > >>-Original Message- >>From: Larry Meadors [mailto:[EMAIL PROTECTED] >>Sent: Thursday, October 14, 2004 12:13 PM >>To: [EMAIL PROTECTED] >>Subject: Re: MySQL driver randomly not found? >> >>Just curious...Why are

RE: MySQL driver randomly not found?

2004-10-14 Thread Shapira, Yoav
yoavshapira.com >-Original Message- >From: Larry Meadors [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 12:38 PM >To: [EMAIL PROTECTED] >Subject: RE: MySQL driver randomly not found? > >Interesting question...how does that impact classloading? > &

RE: MySQL driver randomly not found?

2004-10-14 Thread Larry Meadors
OTECTED] >Sent: Thursday, October 14, 2004 12:13 PM >To: [EMAIL PROTECTED] >Subject: Re: MySQL driver randomly not found? > >Just curious...Why are you using a symlink? > >>>> [EMAIL PROTECTED] 10/14/04 9:59 AM >>> >Hello! I'm having an interesting prob

RE: MySQL driver randomly not found?

2004-10-14 Thread Shapira, Yoav
Hi, Does it happen without the connectors/Apache in front? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Larry Meadors [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 12:13 PM >To: [EMAIL PROTECTED] >Subject: Re: MySQL driver randomly not

Re: MySQL driver randomly not found?

2004-10-14 Thread Larry Meadors
Just curious...Why are you using a symlink? >>> [EMAIL PROTECTED] 10/14/04 9:59 AM >>> Hello! I'm having an interesting problem wherein about 5-10% of the time, for no apparent reason whatsover, the MySQL driver just can not be found. I have a symlink to it in TOMCAT_DIR/common/lib. I just re

MySQL driver randomly not found?

2004-10-14 Thread Kaleb Pederson
Hello! I'm having an interesting problem wherein about 5-10% of the time, for no apparent reason whatsover, the MySQL driver just can not be found. I have a symlink to it in TOMCAT_DIR/common/lib. I just replaced the symlink with a copy of the actual library to see if that would make a differ