How to configure p6spy with datasource in Spring + tomcat 7 +MySQL
问题 I have been trying to configure p3spy logging system on my maven based spring project.But each time when i try to configure p3spy differently. i get always errors. Here is my following settings I placed p6spy-2.3.0.jar, spy.properties and mysql-connector-java-5.1.17.jar inside the tomcat/lib directory. tomcat/context.xml <Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" name="jdbc/myDataSource" type="javax.sql.DataSource" url="jdbc:p6spy:mysql://localhost:3306/coexi