zoukankan      html  css  js  c++  java
  • windows环境jprofiler配置监控tomcat

    1.点击jprofiler/bin/jprofiler.exe文件安装

    2.安装后将C:UsersAdministrator.jprofiler8config.xml文件复制到指定文件下,如:

    F: esourcejprofiler8config.xml 

    3.在tomcat/bin/startup.exe文件中添加如下内容:

    set JAVA_OPTS=%JAVA_OPTS% -agentlib:jprofilerti=port=8849,nowait,id=103,config=F: esourcejprofiler8config.xml
    -Xbootclasspath/a:F: esourcejprofiler8inagent.jar
    -Xbootclasspath/a:F: esourcejprofiler8inagent.jar

    4.配置环境变量path:

    F: esourcejprofiler8inwindows

    5.先启动tomcat再用jprofiler连接tomcat

  • 相关阅读:
    butter
    医院设置
    NOIP 2000 进制转换
    图的M 着色问题
    闭合区域面积统计
    字符序列
    装载问题
    n皇后问题
    跳马问题
    数独
  • 原文地址:https://www.cnblogs.com/Jiphen/p/4314142.html
Copyright © 2011-2022 走看看