tomcat 5.0

Questions about YourKit Java Profiler
Post Reply
dmoshal
Posts: 4
Joined: Fri Jan 21, 2005 1:48 am

tomcat 5.0

Post by dmoshal »

apologies if this is the wrong place to post this question.
How do I profile tomcat 5.0, on windows xpp.
I'm using eclipse 3.1m2

thanks

Dave
Vladimir Kondratyev
Posts: 1625
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

If you are running standalone Tomcat server:

1) Launch profiler UI and run "Tools | Integrate with J2EE Server..."
2) Run your Tomcat server with help of new created BAT file

If you are running Tomcat server from Eclipse as usual Java application, please read section "Running applications with profiler" of bundled documentation.
Post Reply