当前位置:学者斋 >

有关tomcat6的大全

jsp tomcat6 mysql连接池配置
  • jsp tomcat6 mysql连接池配置

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