我在intellij中创建了一个新的maven web项目。 我为它添加了tomcat服务器,并在服务器的部署部分添加了我的工件。
我的项目名称是spline
,项目结构中的输出目录-aritfact是:
C:\Users\abasaleh\Desktop\myChart\spline\out\artifacts\spline.
当我运行它时,我遇到了这个警告:
C:\Users\abasaleh\Desktop\myChart\spline\out\artifacts\spline\spline.war not found for the web module.
并且此服务器错误:
[2014-02-24 01:58:34,679] Artifact spline: Error during artifact deployment. See server log for details.
请帮帮我。 thankes。
我的pom.xml是:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>spline</groupId>
<artifactId>spline</artifactId>
<version>1.0-SNAPSHOT</version>
</project>