首页 > 代码库 > tomcat7-maven-plugin 端口
tomcat7-maven-plugin 端口
不知道有没有人像我这样,在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 端口
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。