Я использую IntelliJ и создал новый SpringProjekt
с maven Archetype
co:ntier
spring-mv-archetyp
.Теперь я хочу развернуть проект на сервере Tomcat 9, но это не работает.Я получаю следующую Stacketrace:
Connected to server
[2018-05-18 10:22:43,232] Artifact games:war exploded: Artifact is being deployed, please wait...
[2018-05-18 10:22:43,232] Artifact games:war: Artifact is being deployed, please wait...
[2018-05-18 10:22:43,238] Artifact games:war exploded: Error during artifact deployment. See server log for details.
[2018-05-18 10:22:43,238] Artifact games:war exploded: com.intellij.javaee.oss.admin.jmx.JmxAdminException: com.intellij.execution.ExecutionException: C:\Users\Tobi\IdeaProjects\games\target\games not found for the web module.
[2018-05-18 10:22:43,244] Artifact games:war: Error during artifact deployment. See server log for details.
[2018-05-18 10:22:43,245] Artifact games:war: com.intellij.javaee.oss.admin.jmx.JmxAdminException: com.intellij.execution.ExecutionException: C:\Users\Tobi\IdeaProjects\games\target\games.war not found for the web module.
18-May-2018 22:22:52.920 INFORMATION [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [E:\entwicklung\apache-tomcat-9.0.8\webapps\manager]
18-May-2018 22:22:53.139 INFORMATION [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [E:\entwicklung\apache-tomcat-9.0.8\webapps\manager] has finished in [218] ms
Спасибо за вашу помощь, и я надеюсь, что кто-то может мне помочь.