resin4 发布war包

1.将web项目打包成xxxx.war

2.将war包放到webapps下

3.修改conf/resin.xml文件如下部分:

 1   <!--
 2      - Configures the main application cluster.  Load-balancing configurations
 3      - will also have a web cluster.
 4     -->
 5   <cluster id="app">
 6     <!-- define the servers in the cluster -->
 7     <server-multi id-prefix="app-" address-list="127.0.0.1" port="6801">  
 8       <watchdog-port>6601</watchdog-port>  
 9       <http address="*" port="设置访问端口"/>  
10     </server-multi>
11 
12     <host-default>
13       <!-- creates the webapps directory for .war expansion。
14 这里是war包放置的目录 -->
15       <web-app-deploy path="webapps"
16                       expand-preserve-fileset="WEB-INF/work/**"
17                       multiversion-routing="${webapp_multiversion_routing}"
18                       path-suffix="${elastic_webapp?resin.id:''}"/>
19     </host-default>
20 
21     <!-- auto virtual host deployment in hosts/foo.example.com/webapps -->
22     <host-deploy path="hosts">
23       <host-default>
24         <resin:import path="host.xml" optional="true"/>
25       </host-default>
26     </host-deploy>
27 
28     <host id="" root-directory="."> 
29 <!--id是访问路径,root-directory这里配置项目路径,xxxx为src上一级目录。即xxxx.war解压后的目录-->
30       <web-app id="/" root-directory="webapps/xxxx">  
31         <form-parameter-max>100</form-parameter-max>                         
32         <stderr-log path='log/stderr.log' timestamp='[%Y-%m-%d %H:%M:%S] ' rollover-period='1D'/>  
33         <stdout-log path='log/stdout.log' timestamp='[%Y-%m-%d %H:%M:%S] ' rollover-period='1D'/>  
34       </web-app>
35     </host>  
36 
37  
38   </cluster>

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值