tomcat7远程debug配置,内存设置

阅读更多

tomcat远程debug配置

1.在stratup.bat中配置SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
2.在myeclipse中配置remote java application中配置项目名称,IP地址和端口号,默认8000。

tomcat VM arguments

-Xms512m -Xmx512m -XX:permSize=1024M - XX:MaxPermSize=1024M

tomcat 启动默认时间45秒

在eclipse中找到servers窗口,双击tomcat打开配置,找到timeouts修改时间即可。

你可能感兴趣的:(tomcat)