代码之家  ›  专栏  ›  技术社区  ›  gigashark

部署生成的Maven Spring项目不起作用

  •  0
  • gigashark  · 技术社区  · 8 年前

    我正在使用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
    

    谢谢你的帮助,我希望有人能帮助我。

    1 回复  |  直到 8 年前
        1
  •  0
  •   CrazyCoder    8 年前

    工件构建步骤是 missing here ,因此输出目录为空,没有任何可部署的内容。

    推荐文章