Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 APACHE TOMCAT 1.4 我在哪里放置 MYSQL 驱动程序
如果您这样做DriverManager.getConnection(),那么您可以将mysql连接器jar放入Tomcat/lib或YourApp/WEB-INF/lib
DriverManager.getConnection()
Tomcat/lib
YourApp/WEB-INF/lib