hafiez Yaqub

Greenhorn
+ Follow
since Feb 19, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by hafiez Yaqub

Hi,

A jar file is running in an Unix server and there are many DB connections being opened.

I would like to know whether it closed all the connections by monitoring it externally.

I used below arguments to set the JMX Port and was able to connect with JConsole and VisualVM. How to get stats on how many connections are being opened, closed and still active.

-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9080 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.local.only=false

Thanks,
Hafiez.

9 years ago
Hi,

There is a process running in an Unix server which in turn triggers main class in jar file.

I want to know if there is a possibility of remote debugging classes in jar file from my local eclipse...

Thanks,
Hafiez.
9 years ago