IDEA 社区版集成TOMCAT

直接在POM.XML中添加以下内容

<plugin>
    <groupId>org.apache.tomcat.maven</groupId>
    <artifactId>tomcat7-maven-plugin</artifactId>
    <version>2.2</version>
    <configuration>
        <port>8888</port>
        <path>/</path>
        <contextFile>src/main/webapp/META-INF/context.xml</contextFile>
    </configuration>
</plugin>

该插件会自动下载一个嵌入式的TOMCAT,可以在configuration配置节里面对这个嵌入式的TOMCAT配置端口,目录和content.xml信息。

要运行这个TOMCAT,需要在IDEA-RUN-DEBUG,editconfiguration,新增-MAVEN,名称输入TOMCAT7,commandline为:tomcat7:run

关于tomcat7-maven-plugin的官方信息见:http://tomcat.apache.org/maven-plugin-trunk/tomcat7-maven-plugin/usage.html

 

转载于:https://www.cnblogs.com/yesok/p/9938373.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值