在IDEA中用tomcat运行初始化项目报错
来源:5-5 jdk、tomcat、maven配置及初始化web空白项目
慕九州4533696
2018-12-24
[2018-12-24 05:22:28,598] Artifact mmall:war exploded: Artifact is being deployed, please wait…
十二月 24, 2018 5:22:28 下午 org.apache.catalina.core.StandardContext startInternal
严重: One or more listeners failed to start. Full details will be found in the appropriate container log file
十二月 24, 2018 5:22:28 下午 org.apache.catalina.core.StandardContext startInternal
严重: Context [] startup failed due to previous errors
[2018-12-24 05:22:28,965] Artifact mmall:war exploded: Error during artifact deployment. See server log for details.
十二月 24, 2018 5:22:38 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory D:\imooc\apache-tomcat-7.0.75\webapps\manager
十二月 24, 2018 5:22:38 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory D:\imooc\apache-tomcat-7.0.75\webapps\manager has finished in 103 ms
在jdk、tomcat、maven配置及初始化web空白项目这节课中在最后一步用tomcat运行出现的问题。如果直接运行tomcat而不是在IDEA中运行可以访问8080端口,如果在IDEA中运行就会报以上错误,访问修改的端口8088的页面会出现找不到localhost的网页
1回答
-
geelylucky
2018-12-24
同学,你好,我是geely老师的助教。
请提供详细的报错信息哦,仅仅根据以上信息还无法判断具体问题,谢谢。
请同学提供以下两张图片:
请先确认webapp下面的文件是否和课程的文件一致,如果一致的话,请提供项目启动时tomcat localhost log的截图信息给我,以便我确定问题所在。
10
相似问题