启动maven的web项目

2021-07-01 21:06

阅读:342

标签:path   star   tar   handler   web   plugins   页面   hand   cti   

一、可以通过在pom中配置tomcat插件。

首先要确保你的仓库里有这个插件,然后按如下配置。

org.apache.tomcat.maven
            tomcat7-maven-plugin
            /8081

配置中的path是执行路径,port是运行端口。这里写的是"/"和"8080",即代表访问路径为"localhost:8080"。

然后右键项目,maven build,输入"clean tomcat7:run"

查询打印日志没有报错,并且出现"信息: Starting ProtocolHandler ["http-bio-8081"]"代表运行成功。可打开浏览器访问页面。

 

二、

启动maven的web项目

标签:path   star   tar   handler   web   plugins   页面   hand   cti   

原文地址:http://www.cnblogs.com/yxth/p/7131306.html


评论


亲,登录后才可以留言!