我有一个在 ubuntu 云服务器上运行的 tomcat 应用程序。直到几个小时前,一切都运行良好。我尝试在 context.xml 中添加第二个具有类似数据源资源的 tomcat 应用程序。这个想法是第一个应用程序将连接到第一个数据库,第二个应用程序连接到第二个数据库。我将数据源称为相同的名称。它没有用。
现在我已经删除了第二个应用程序,我无法从原始应用程序连接到数据库。所有的 context.xml 都和我今天开始之前一样。这真让我抓狂。
我得到了这个例外。
Caused by: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Server connection failure during transaction. Due to underlying exception: 'java.net.ConnectException: Connection refused'.
** BEGIN NESTED EXCEPTION **
java.net.ConnectException
MESSAGE: Connection refused
STACKTRACE:
java.net.ConnectException: Connection refused