Tomcat integration bugs

Questions about YourKit Java Profiler
Post Reply
Head
Posts: 4
Joined: Mon Mar 28, 2005 9:25 pm

Tomcat integration bugs

Post by Head »

I wanted to pass along a couple bugs related to integrating with Tomcat.

First, the lines inserted at the top should be inserted AFTER the "#/bin/sh" line. I call the startup script from within a csh script so this causes problems.

Second, the setting of JAVA_OPTS should be quoted so that if JAVA_OPTS is previously set, it will work. Like this:

Code: Select all

JAVA_OPTS="-Xrunyjpagent:sessionname=Tomcat $JAVA_OPTS"
~Tom
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hello Tom

Thank you for the reports.
We are working on solving the issues now.

Best regards,
Anton
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

The reported bugs are fixed in YourKit Java Profiler 4.0.5 available for download at http://www.yourkit.com/download .

Best regards,
Anton
Post Reply