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>
关注我的公众号

【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了