tomcat无法启动上下文路径

时间:2019-04-08 03:52:06

标签: tomcat8 contextpath

在上下文路径/ ktts-service上部署了应用程序,但是上下文无法启动-------- 重新启动IDE后,项目出现问题,构建项目并启动tomcat成功,但是上下文无法启动

我尝试重新启动,取消部署,再次删除并添加tomcat服务器...但是它不起作用。 我在用着 IDE(Netbean 8.0) Tomcat8.0 JDK 8

有人能帮助我解决这种情况吗?

--- maven-war-plugin:2.2:war (default-war) @ ktts-service ---
Packaging webapp
Assembling webapp [ktts-service] in [D:\Project\ONSITE\18.QLHC\ktts-service\target\ktts-service]
Processing war project
Copying webapp webResources [D:\Project\ONSITE\18.QLHC\ktts-service\src] to [D:\Project\ONSITE\18.QLHC\ktts-service\target\ktts-service]
Copying webapp resources [D:\Project\ONSITE\18.QLHC\ktts-service\src\main\webapp]
Webapp assembled in [22938 msecs]
Building war: D:\Project\ONSITE\18.QLHC\ktts-service\target\ktts-service.war
WEB-INF\web.xml already added, skipping`enter code here`
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 3:18.963s
Finished at: Mon Apr 08 10:25:23 ICT 2019
Final Memory: 60M/627M
------------------------------------------------------------------------
NetBeans: Deploying on ApacheTomcat8
    profile mode: false
    debug mode: false
    force redeploy: true
Undeploying ...
undeploy?path=/ktts-service
OK - Undeployed application at context path /ktts-service
In-place deployment at D:\Project\ONSITE\18.QLHC\ktts-service\target\ktts-service
Deployment is in progress...
deploy?config=file%3A%2FD%3A%2FUsers%2Fpm1_os17%2FAppData%2FLocal%2FTemp%2Fcontext324637661748468323.xml&path=/ktts-service
FAIL - Deployed application at context path /ktts-service but context failed to start

0 个答案:

没有答案