fiyxiang

一、jconsole

1、tomcat在windows上,start方式启动

在catalina.bat 文件中的:doRun和:doStart下添加以下代码 (没有换行)

set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false 

分类:

技术点:

相关文章:

  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-08-19
  • 2022-01-08
  • 2021-06-09
猜你喜欢
  • 2021-08-11
  • 2021-07-22
  • 2021-06-21
  • 2022-01-24
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案