本篇文章給大家分享的是有關怎么在IDEA中使用maven實現tomcat熱部署,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。
創新互聯專注為客戶提供全方位的互聯網綜合服務,包含不限于網站制作、成都做網站、萬安網絡推廣、微信小程序、萬安網絡營銷、萬安企業策劃、萬安品牌公關、搜索引擎seo、人物專訪、企業宣傳片、企業代運營等,從售前售中售后,我們都將竭誠為您服務,您的肯定,是我們最大的嘉獎;創新互聯為所有大學生創業者提供萬安建站搭建服務,24小時服務熱線:18980820575,官方網址:vcdvsql.cn
在tomcat的conf目錄 tomcat-users.xml配置以下內容(<tomcat-users>標簽內</tomcat-users>),用于部署:
<role rolename="manager"/> <role rolename="manager-gui"/> <role rolename="admin"/> <role rolename="admin-gui"/> <role rolename="manager-script"/> <user username="tomcat" password="tomcat" roles="admin-gui,admin,manager-gui,manager,manager-script"/
啟動tomcat,訪問 http:ip:8080/manager 驗證tomcat用戶是否配置成功
在maven工程的pom.xml中配置插件
<plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <configuration> <port>8080</port> <path>/mvc</path> <url>http://192.168.43.128:8080/manager/text</url> <username>tomcat</username> <password>tomcat</password> </configuration> </plugin>
運行配置
點擊Run-->Edit Configurations
點擊+號,選擇Maven ,
輸入信息
Name 給運行配置取的名稱
Working directory(工程目錄)
Command line 命令 tomcat7:deploy 或 tomcat7:redeploy
點擊確定,保存。
在Run菜單下找到剛做好的配置,運行
[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.jstudioframework:jstudio-mvc:war:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.tomcat.maven:tomcat7-maven-plugin is missing. @ line 91, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jstudio-mvc 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> tomcat7-maven-plugin:2.2:redeploy (default-cli) @ jstudio-mvc >>> [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jstudio-mvc --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jstudio-mvc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jstudio-mvc --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory E:\JstudioProject1\JstudioMvc\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jstudio-mvc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.14:test (default-test) @ jstudio-mvc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jstudio-mvc --- [INFO] Packaging webapp [INFO] Assembling webapp [jstudio-mvc] in [E:\JstudioProject1\JstudioMvc\target\jstudio-mvc-1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [E:\JstudioProject1\JstudioMvc\src\main\webapp] [INFO] Webapp assembled in [177 msecs] [INFO] Building war: E:\JstudioProject1\JstudioMvc\target\jstudio-mvc-1.0-SNAPSHOT.war [WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true') [INFO] [INFO] <<< tomcat7-maven-plugin:2.2:redeploy (default-cli) @ jstudio-mvc <<< [INFO] [INFO] --- tomcat7-maven-plugin:2.2:redeploy (default-cli) @ jstudio-mvc --- [INFO] Deploying war to http://192.168.43.128:8080/mvc SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Uploading: http://192.168.43.128:8080/manager/text/deploy?path=%2Fmvc&update=true Uploaded: http://192.168.43.128:8080/manager/text/deploy?path=%2Fmvc&update=true (7445 KB at 7083.3 KB/sec) [INFO] tomcatManager status code:200, ReasonPhrase:OK [INFO] OK - Deployed application at context path /mvc [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.720s [INFO] Finished at: Sun Jul 23 19:35:01 CST 2017 [INFO] Final Memory: 15M/322M [INFO] ------------------------------------------------------------------------ Process finished with exit code 0
發布成功。
在tomcat的manager可以看到新發布的應用。
方法2:
以上就是怎么在IDEA中使用maven實現tomcat熱部署,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注創新互聯行業資訊頻道。
網站欄目:怎么在IDEA中使用maven實現tomcat熱部署
網頁地址:http://vcdvsql.cn/article8/gdiiip.html
成都網站建設公司_創新互聯,為您提供關鍵詞優化、網站維護、云服務器、靜態網站、微信小程序、虛擬主機
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯