Loading

Resin服务器部署web项目

Resin服务器部署web项目

学习了:https://blog.csdn.net/eff666/article/details/53324167

需要配置resin.xml文件:

<host id="" root-directory=".">
      <!--
         - webapps can be overridden/extended in the resin.xml
      -->
      <web-app id="queryapi" root-directory="/test/web/data-query-server"/>
</host>

 

posted @ 2018-05-24 16:17  stono  阅读(305)  评论(0编辑  收藏  举报