关于tomcat6的精选

jsp tomcat6 mysql连接池配置

jsp tomcat6 mysql连接池配置

1.需要的文件:(安装文件),(连接驱动程序),(安装文件)2.配置tomcat下的conf下的文件,在之间添加连接池如下:auth="Container"type="Source"driverClassName="er"url="jdbc:mysql://localhost/test"username="root"pass...