在Tomcat服务器上运行WAR文件时出错

时间:2018-05-05 16:43:54

标签: java spring tomcat

我构建了应用程序https://github.com/JonkiPro/REST-Web-Services的WAR文件。我把它放在Tomcat服务器上并单击START。然后他抛出错误https://zapodaj.net/44f410f8abc74.png.html

FAIL - Application at context path [/WebApplication] could not be started
FAIL - Encountered exception [org.apache.catalina.LifecycleException: start: ]

java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:h2:mem:database

并在日志https://pastebin.com/7rWhPFLt中写道。

我会提到在IntelliJ中编译后的应用程序没有问题。

我的应用程序适用于端口8443。我不知道这是否重要。在我看来,Tomcat有数据库问题吗?

0 个答案:

没有答案
相关问题