用tomcat插件启动是出错 哪位能够解答万分感谢

这是我包的架构 用tomcat插件启动是出错 哪位能够解答万分感谢

parent为父工程

在测试index.jsp时出现异常(用的meavn插件运行)

插件为

  1. <build>
  2. <finalName>shiro</finalName>
  3. <!-- tomcat7 配置插件 -->
  4. <plugins>
  5. <plugin>
  6. <groupId>org.apache.tomcat.maven</groupId>
  7. <artifactId>tomcat7-maven-plugin</artifactId>
  8. <configuration>
  9. <port>8080</port>
  10. <path>/</path>
  11. <uriEncoding>UTF-8</uriEncoding>
  12. </configuration>
  13. </plugin>
  14. </plugins>
  15. </build>

用tomcat插件启动是出错 哪位能够解答万分感谢

不知道这个问题怎么解决 有谁能告诉我吗 作为一个初级都算不上的程序员 这个问题困扰我一天了