tomcat 启动时加载项目
启动加载项目配置
在server.xml中添加如下:
<Contextpath="/recon"reloadable="true"docBase="D:\workspace\seashell-recon\seashell-appcontroller\src\main\webapp"workDir="D:\workspace\seashell-recon\seashell-appcontroller\src\main\webapp\work"/>
配置远程调试:
在bin/catalina/catalina.bat文件中添加:
setCATALINA_OPTS=-server-Xdebug-Xnoagent-Djava.compiler=NONE-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787
然后再eclipse中远程调试时使用以上8787端口
相关推荐
FanErZong 2020-07-18
86284851 2020-06-16
85427617 2020-06-13
88291846 2020-06-07
86284851 2020-02-28
81510598 2020-01-08
88291846 2020-01-04
86284851 2019-12-28
detianlangzi 2014-06-17
85427617 2019-12-24
87497118 2019-11-28
82981634 2014-03-25
85427617 2015-08-19
81510598 2019-11-11
86284851 2019-11-08
doITwhat 2015-09-11