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