Ubuntu Tomcat7 java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

后端 未结 6 1305
耶瑟儿~
耶瑟儿~ 2020-12-13 09:33

I\'m trying to set up a JDBC DataSource in Tomcat 7 under Ubuntu 12.X, so I added the following to the context.xml file:



        
6条回答
  •  旧巷少年郎
    2020-12-13 10:04

    i had the same problem on CentOS. I got arounbd this by downloading a fresh copy of tomcat from site and uploaded tomcat-dbcp.jar to my online server lib, restart server :)

提交回复
热议问题