Druid monitor monitors javase, kills CMD port process

Source: Internet
Author: User

1. Need to add related JVM parameters in Start command

-dcom.sun.management.jmxremote-djava.rmi.server.hostname-dcom.sun.management.jmxremote.port- Dcom.sun.management.jmxremote.authenticate-dcom.sun.management.jmxremote.ssl

Specific examples:

Java-dcom.sun.management.jmxremote-djava.rmi.server. hostname=127.0. 0.1  -dcom.sun.management.jmxremote.port=9004  -dcom.sun.management.jmxremote.authenticate=false   -dcom.sun.management.jmxremote.ssl=false -jar ems-service-user-2.0.  0. Jar

2. Add the Web project Xml:

    <servlet>        <servlet-name>DruidStatView</servlet-name>        <servlet-class> com.alibaba.druid.support.http.statviewservlet</servlet-class>        <!--remote Access Javase project using JMX connection        -- <init-param>            <param-name>jmxUrl</param-name>            <param-value>service:jmx:rmi:   jndi/rmi://127.0.0.1:9004/jmxrmi</param-value>        </init-param>    </servlet>    <servlet-mapping>        <servlet-name>DruidStatView</servlet-name>        <url-pattern>/druid/*</url-pattern>    </servlet-mapping>

Access Address:

Http://127.0.0.1:8080/web Project name/druid/index.html can be

CMD lookup port pid, kill PID

" 9004 "  9004


Druid monitor monitors javase, kills CMD port process

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.