2

I want to have a free Open Source profiling tool for an application that is run in Glassfish server. I develop my application on Eclipse so I'm thinking TPTP is a good alternative. Glassfish is an external server to Eclipse and that's why the tool cannot be used directly to the code (at least I suppose). So I would like to know how you can use TPTP with a program on Glassfish.

skaffman
  • 398,947
  • 96
  • 818
  • 769
mico
  • 12,730
  • 12
  • 59
  • 99
  • I'll try following tutorial: [tutorial](http://www.eclipse.org/tptp/home/documents/conferences/eclipseCon2009/712_ProfilingTestingTPTP.pdf) so that I add the environment variables to the JVM options on Glassfish. – mico May 05 '11 at 06:38
  • Exact place of settings is `JVM Classpath Settings`-> `Server Classpath` – mico May 05 '11 at 08:24
  • I gave up and changed to a commercial solution. – mico May 05 '11 at 12:42

1 Answers1

0

YourKit beat OpenSource (this time)

mico
  • 12,730
  • 12
  • 59
  • 99
  • YourKit beats OpenSource because it was so easy to install and use. I searched a lot for free Open Source solutions but commercial people had made the thing best this time. Until using too much time on searhing OpenSource it was worth of using some money to commercial version than waste money on working with Open Source. – mico May 06 '11 at 13:40