Re: [OT] Tomcat JDBC Error

2014-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 1/28/14, 4:10 PM, Leo Medina wrote: > What type of script is this? Bash. It should work on any sh-compatible shell. > I'm on a linux box and keep getting and error: > > [javadev@corpjbdev01 apache-tomcat-6.0.26]$ for > /apps/tomcat/apach

Re: Tomcat JDBC Error

2014-01-28 Thread Leo Medina
Hi Chris, What type of script is this? I'm on a linux box and keep getting and error: [javadev@corpjbdev01 apache-tomcat-6.0.26]$ for /apps/tomcat/apache-tomcat-6.0.26/lib/*.jar \ ? /apps/tomcat/apache-tomcat-6.0.26/webapps/rbacx/WEB-INF/lib/*.jar \ ? ; do echo$jar ; unzip -v $jar |grep -i mysq

Re: Tomcat JDBC Error

2014-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 1/27/14, 12:17 PM, Leo Medina wrote: > Good morning Mark, > > Can you please elaborate more as to what you meant by: > "com.mysql.jdbc.Driver must be present in one of your webapps. I'd > expect it to be in a JAR that has mysql in the name.

[OT] Re: Tomcat JDBC Error

2014-01-28 Thread Ognjen Blagojevic
Leo, On 27.1.2014 18:17, Leo Medina wrote: Can you please elaborate more as to what you meant by: "com.mysql.jdbc.Driver must be present in one of your webapps. I'd expect it to be in a JAR that has mysql in the name. If you don't need it remove it." I meant that we don't have a mysql db. in

Re: Tomcat JDBC Error

2014-01-27 Thread Leo Medina
Good morning Mark, Can you please elaborate more as to what you meant by: "com.mysql.jdbc.Driver must be present in one of your webapps. I'd expect it to be in a JAR that has mysql in the name. If you don't need it remove it." I meant that we don't have a mysql db. in our original integration.

Re: Tomcat JDBC Error

2014-01-24 Thread Mark Thomas
On 24/01/2014 18:24, Leo Medina wrote: > It's been a while since I installed tomcat and having some jdbc errors with > version 6.0.20. Time to upgrade. > We don't have a mysql.jdbc.driver com.mysql.jdbc.Driver must be present in one of your webapps. I'd expect it to be in a JAR that has mysql in

Tomcat JDBC Error

2014-01-24 Thread Leo Medina
Good morning Apache team! It's been a while since I installed tomcat and having some jdbc errors with version 6.0.20. We don't have a mysql.jdbc.driver and uncertain why its trying to register this. However we do have the oracle.jdbc.driver and the connections and driver location are accurate,