-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
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
-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.
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
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.
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
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,