myeclipse2014设置热部署

来源:互联网 发布:linux 设置ip 编辑:程序博客网 时间:2024/06/05 19:18

http://blog.csdn.net/nick_zcy/article/details/50484891


到 tomcat安装目录下,找到conf--)context.xml--)找到<Context >,在里面加上reloadable="true"( <Context reloadable="true"> )



再在myeclipse的properties在搜索框中找到所用的tomcat在jdk的Optional Java VM arguments中添加如下设置:

  1. -Dcom.sun.management.jmxremote=true  


myeclipse中自带的tomcat在安装文件中的具体位置 

第一步:打开菜单栏的windows,之后选择preference;

第二步:选择”myeclipse“,之后找到”server“;

第三步:选择”Integrated sandbox“,之后选择”Myeclipse tomcat 7.0“,

在Tomcat base directory 找到路径