myeclipse 配置 resin-pro-4.0.34

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:\workspace\ewt-picture\src\main\webapp">
<class-loader>
<compiling-loader path="D:\workspace\ewt-picture\target\classess"/>
<library-loader path="D:\workspace\ewt-picture\target\ewt-picture\WEB-INF\lib"/>
</class-loader>
</web-app>

</host>

上一篇:Anchor-free目标检测综述 -- Dense Prediction篇


下一篇:Notification在不同版本SDK中的使用