使用tomcat7run来跑maven的web项目
<!-- tomcat7插件 --> <!-- <plugin> 配置插件tomcat7 <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <configuration> <port>8880</port> <path>/test4</path> </configuration> </plugin> -->
<!-- tomcat7插件 --> <!-- <plugin> 配置插件tomcat7 <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <configuration> <port>8880</port> <path>/test4</path> </configuration> </plugin> -->