-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kyle,
On 6/24/2009 7:23 PM, Kyle Bahr wrote:
> The exact exception is java.lang.reflect.InvocationTargetException, but
> sadly I don't have a stack trace available.
Hmm... that's going to make it pretty hard to debug. Any error message
along with the
og. I've tried changing the log4j.properties to
capture the error, but still nothing is getting logged.
I don't know where to find the exact level of Tomcat.
I'm using java 1.6.0.
Caldarale, Charles R wrote:
From: Kyle Bahr [mailto:kb...@rogue-engr.com]
Subject: Tomcat 5.5, ge
> From: Kyle Bahr [mailto:kb...@rogue-engr.com]
> Subject: Tomcat 5.5, getting exception while creating database driver
> instance
>
> I'm getting an exception thrown when trying to instantiate a
> mysql database driver using the line of code:
Would you mind tellin
Hello all,
I'm running Tomcat 5.5 on a linux (CentOS) box and attempting to
implement a set of web services (.jws). I'm getting an exception
thrown when trying to instantiate a mysql database driver using the line
of code:
Class.forName("com.mysql.jdbc.Driver").newInstance();
I am using th