facebook

JProfiler Tomcat Integration

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #293448 Reply

    Hello i was wondering if there is a way to integrate JProfiler5 into the myeclipse startup of tomcat.

    So far i understood that what JProfiler changes in the tomcatstartup is adding these lines

    set PATH=C:\jprofiler5\bin\windows;%PATH%

    set CATALINA_OPTS=-agentlib:jprofilerti=port=8849 “-Xbootclasspath/a:C:\jprofiler5\bin\agent.jar” %CATALINA_OPTS%

    so i was triying to integrate these parameters in the JVM Parameters for the tomcat and i got lost.

    Any help?

    #293473 Reply

    Loyal Water
    Member

    Unfortunately I have no experience with JProfile so can’t help you much. Maybe the other users on this forum could give some inputs.

    #321619 Reply

    Step 1: In Linux machine open .bash_profile file from /root directory
    Enter jprofiller location (using below command export) in .bash_profile file
    export LD_LIBRARY_PATH=/dsvol/jprofiler6/bin/linux-x86

    Step 2: Go Tomcat installation directory. Open catalena.sh file from bin folder
    Enter the below details in catelana.sh file (only red color information and black color you can find by default in catalena.sh file)
    export JPROFILER_HOME
    JAVA_OPTS=”-Xms768m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Dfile.encoding=UTF8 -agentpath:/opt/Performance/jprofiler7/bin/linux-x86/libjprofilerti.so=port=8849 $CATALINA_OPTS”

    Step 3: Start the server from bin folder by executing the starup.sh command

    #321785 Reply

    support-joy
    Member

    mcheepati@gmail.com,

    Appreciate your input on how to integrate JProfiler5 into Tomcat. This will help other forums users. 🙂

    Best

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JProfiler Tomcat Integration

You must be logged in to post in the forum log in