栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

Maven远程Tomcat配置

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Maven远程Tomcat配置

为此使用货运插件。像这样配置货物

        <profiles> <profile>     <id>integration</id>     <build>         <plugins><plugin>  <groupId>org.prehaus.cargo</groupId>  <artifactId>cargo-maven2-plugin</artifactId>  <version>1.0</version>  <configuration>    <!-- Container configuration -->    <container>      <containerId>tomcat6x</containerId>    </container>    <configuration>      <type>existing</type>      <home>/usr/local/apache-tomcat-6.0.18</home>    </configuration>  </configuration></plugin>         </plugins>     </build> </profile>        </profiles>

我有相同的设置,但是已经在Tomcat6.0.x和Jetty 7.0.16上进行了测试。这些链接将帮助

  • 货物自动部署
  • Tomcat 7的货物配置

对于这样的 远程部署 (在Tomcat7中必须相同)

       <configuration>        <!-- Container configuration -->        <container> <containerId>tomcat6x</containerId> <type>remote</type>        </container>        <configuration><type>runtime</type> <properties>   <cargo.remote.username>admin</cargo.remote.username>   <cargo.remote.password></cargo.remote.password>   <cargo.tomcat.manager.url>http://localhost:8888/manager</cargo.tomcat.manager.url> </properties>        </configuration>        ...    </configuration>

再次参考上面的链接!



转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/447437.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号