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.
我在我的应用程序中使用 tomcat dbcp, 这是 context.xml 中的资源定义
在连接管理器中,我正在从池中获取连接。
此配置适用于 localhost 但是当我尝试在托管服务器上使用它时,我无法从池中获取连接。
我已经仔细检查了数据库名称、用户名、密码等所有设置。
由于我无法控制 tomcat dbcp,我怎么知道问题的根源。他们有什么办法可以调试问题吗?
编辑
我可以使用相同的设置(url、uname、密码)直接从数据库获取连接(没有 dbcp)。