热部署:
在 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>