欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

tomcat7远程debug配置,内存设置

程序员文章站 2022-07-13 14:19:01
...

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