brianway / springmvc-mybatis-learning

SpringMVC 和 MyBatis 学习笔记,搭配示例,主要讲解一些基础的概念、用法和配置
2.95k stars 1.17k forks source link

部署Tomcat还是运行不了 #19

Open Surrenal opened 4 years ago

Surrenal commented 4 years ago

Connected to server [2020-03-12 02:45:03,599] Artifact mybatis-spring:Web exploded: Artifact is being deployed, please wait... 12-Mar-2020 14:45:05.392 信息 [RMI TCP Connection(3)-127.0.0.1] org.apache.jasper.servlet.TldScanner.scanJars 至少有一个JAR被扫描用于TLD但尚未包含TLD。 为此记录器启用调试日志记录,以获取已扫描但未在其中找到TLD的完整JAR列表。 在扫描期间跳过不需要的JAR可以缩短启动时间和JSP编译时间。 [2020-03-12 02:45:05,533] Artifact mybatis-spring:Web exploded: Artifact is deployed successfully [2020-03-12 02:45:05,534] Artifact mybatis-spring:Web exploded: Deploy took 1,935 milliseconds 12-Mar-2020 14:45:13.459 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory 把web 应用程序部署到目录 [E:\apache-tomcat-8.5.51\webapps\manager] 12-Mar-2020 14:45:13.486 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [E:\apache-tomcat-8.5.51\webapps\manager] has finished in [26] ms ···