我在Tomcat上运行了我的Web应用程序,他们可以成功运行。但是,在我的计算机配置了另一家公司的域后,我无法再在Tomcat上部署我的应用程序。服务器控制台(hello world Web应用程序)如下所示:
10-Apr-2017 17:42:04.102 Info [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.13
10-Apr-2017 17:42:04.113 Info [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
10-Apr-2017 17:42:04.125 Info [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
10-Apr-2017 17:42:04.132 Info [main] org.apache.catalina.startup.Catalina.start Server startup in 80 ms
Connected to server
[2017-04-10 05:42:04,349] Artifact 2017.04.10-testHelloWorld:war exploded: Artifact is being deployed, please wait...
[2017-04-10 05:42:04,408] Artifact 2017.04.10-testHelloWorld:war exploded: Error during artifact deployment. See server log for details.
10-Apr-2017 17:42:14.123 Info [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor C:\Users\z674149\.IntelliJIdea2016.1\system\tomcat\Unnamed_2017_04_10-testHelloWorld\conf\Catalina\localhost\ROOT.xml
10-Apr-2017 17:42:17.663 Info [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
10-Apr-2017 17:42:17.811 Info [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor C:\Users\z674149\.IntelliJIdea2016.1\system\tomcat\Unnamed_2017_04_10-testHelloWorld\conf\Catalina\localhost\ROOT.xml has finished in 3,687 ms
我的开发环境:
我尝试了几种方法:
这个问题让我很困惑。请帮帮我。