码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat7-maven-plugin 端口

时间:2017-08-12 14:38:55      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:ati   xxxx   tom   下一步   cat   art   UI   oca   sea   

不知道有没有人像我这样,在pom配置了下面这段之后,

<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<configuration>
<path>/</path>
<port>8090</port>
</configuration>
</plugin>
</plugins>

下一步右键maven build,写上clean tomcat:run之后,发现启动的端口并不是配置的端口8090,

并且路径也不是 /  ,而是 Running war on http://localhost:8080/xxxx。

怎么search 8080 都没有,其实问题出在clean tomcat:run,改成clean tomcat7:run,OK,你们问题解决没有?

 

tomcat7-maven-plugin 端口

标签:ati   xxxx   tom   下一步   cat   art   UI   oca   sea   

原文地址:http://www.cnblogs.com/huanlinll/p/7350050.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!