Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JProfiler

843810Sep 8 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2008
Added on Sep 8 2008
0 comments
176 views