Re: JDBC jar in WEB-INF/lib?

2006-06-27 Thread I D B Major
wolverine my wrote: Hi! The Tomcat's MySQL DBCP example mentioned that we have to copy the JDBC Driver's jar $CATALINA_HOME/common/lib. Do we allowed to copy the jar to WEB-INF/lib? And how can we do that? - To start a new topi

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread I D B Major
Brian many thanks problem solved - I had changed server.xml to show that the Resource jdbc/mydb was of type type="DataSource" not type="javax.sql.DataSource" ! This solved it now works and shows output from both databases. Many, many thanks! Cheers, Iain I D B Ma

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread I D B Major
d the dataSource attribute in the tags. This leaves me still unable to access the second database. any further suggestions will be very welcome! Iain I D B Major wrote: Hi Brian, many thanks for the suggestions, I'm sure I'm now close, but I'm not quite out of the tree

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread I D B Major
; uri='http://java.sun.com/jsp/jstl/core' %> select * from Film select * from Film ... etc. I HTH. ._. Brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread I D B Major
. Regards Tejas -Original Message----- From: I D B Major [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 2:15 PM To: Tomcat Users List Subject: Re: Problem accessing two McKoi databases from Tomcat Hi all, please can someone confirm whether I need to clarify anything in my question

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread I D B Major
notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "I D B Major" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 26, 2006 4:44 AM Subject: Re: Probl

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread I D B Major
: I D B Major [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 2:15 PM To: Tomcat Users List Subject: Re: Problem accessing two McKoi databases from Tomcat Hi all, please can someone confirm whether I need to clarify anything in my question or take a different approach since I have had no

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread I D B Major
Hi all, please can someone confirm whether I need to clarify anything in my question or take a different approach since I have had no replies and am anxious to make sure I am doing all I can to seek help in the correct way. Please correct me if my approach is wrong! many thanks Iain I D

Problem accessing two McKoi databases from Tomcat

2006-06-23 Thread I D B Major
Hi I am a student trying to set up a project using JSP with JSTL custom tags to provide dynamic pages to allow a web-based ticketing system for independent cinemas. I am at the early stages of testing that I can use the technologies. I have installed and configured Tomcat to allow password pr