myeclipse 配置 resin-pro-4.0.34

热部署:

在 resin.xml 文件下 增加

<host id="" root-directory=".">

<!-- webapps can be overridden/extended in the resin.xml-->
<web-app id="/" root-directory="webapps/ROOT"/>

<web-app id="/ewt-picture" root-directory="D:workspaceewt-picturesrcmainwebapp">
<class-loader>
<compiling-loader path="D:workspaceewt-picture argetclassess"/>
<library-loader path="D:workspaceewt-picture argetewt-pictureWEB-INFlib"/>
</class-loader>
</web-app>


</host>

原文地址:https://www.cnblogs.com/xinyaoxp/p/3431832.html