JProfiler
Hi,
I am sorry if I post at the wrong place. Not really sure where to post this. I had just finish creating a simple Java application and placed it onto my Linux server. I have to monitor its performance and it using JProfiler.
The main problem, it seems is that JProfiler will need to be connected to a server such as Tomcat before it can profile anything. My Java app run on itself and does not require Tomcat.
Do anyone has any experience in this. Can I connect my app directly to the JProfiler?
Also, in Tomcat, I will have to set something like this:
CATALINA_OPTS="$CATALINA_OPTS -Xms128m -Xmx128m $JPDA_OPTS -agentlib:jprofilerti=port=8849 -Xbootclasspath/a:/opt/jprofiler4/bin/agent.jar"
Is there something similar with CATALINA_OPTS in Java?
Thanks in advance. Any help will be deeply appreciated