糯米文學吧

關於tomcat6的內容

tomcat6列表精選是tomcat6相關內容的集合地,這裏為大家整合了最新的tomcat6相關知識,最全的tomcat6相關內容,最優的tomcat6相關模板,需要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...