Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-06 Thread David Smith
There's no reason I know of to have .classpath or .project in the webapp. The servlet spec doesn't define them and tomcat doesn't use them. I would imagine these are specific to the development environment you are working in. I've seen posts from other people integrating PHP with Tomcat, but

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread David Smith
A few things to consider ... 1) What version of tomcat are you using? What follows is based on using version 5.0.x. The syntax for configuring JDBC resources in 5.5 is a little different. 2) mm.mysql 2.0.14 is VERY old. What version of MySQL Db server are you using? You may want to take a

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread Wayne Bragg
] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 05, 2007 7:06 AM Subject: Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error. A few things to consider ... 1) What version of tomcat are you using? What follows is based on using version

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread Wayne Bragg
DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error. A few things to consider ... 1) What version of tomcat are you using? What follows is based on using version 5.0.x. The syntax for configuring JDBC resources in 5.5 is a little different. 2) mm.mysql 2.0.14 is VERY

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread David Smith
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 05, 2007 7:06 AM Subject: Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error. A few things to consider ... 1) What version of tomcat are you using? What follows is based

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread Wayne Bragg
? Because I am now getting - - Original Message - From: Wayne Bragg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 05, 2007 11:46 AM Subject: Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error. David, you can

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread Wayne Bragg
Smith [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 05, 2007 7:06 AM Subject: Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error. A few things to consider ... 1) What version of tomcat are you using? What follows

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread David Smith
? Because I am now getting - - Original Message - From: Wayne Bragg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 05, 2007 11:46 AM Subject: Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error. David, you can

Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-05 Thread Wayne Bragg
have already done! - Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 05, 2007 1:36 PM Subject: Re: install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error. The Resource tag in your

install DBCP and mm.mysql 2.0.14 (JDBC Driver) and test app, get class compile error.

2007-03-04 Thread Wayne Bragg
Sorry about the previous premature post. This is the full question/problem I am trying to install DBCP and mm.mysql 2.0.14 (JDBC Driver) and a test app to see if it works. I'm not sure I have all the correct steps and configuration, in other words I don't know what I am doing.. Here is