| Author |
Profiler for a web app running on Tomcat
|
farhath farook
Ranch Hand
Joined: Aug 01, 2007
Posts: 37
|
|
hi
i have to do peofiling fora webbased application which is deployed in Tomcat. And it call the business logic from a Jboss server.
It s developed using Spring with velocity as it view technology. And jQuery as the cripting lanaguage.
can any one recomment a profiler that will help me to to the profiling onth at web application.
thanks in advance
|
 |
manoj r patil
Ranch Hand
Joined: Jun 06, 2002
Posts: 180
|
|
You can use any java profiler for this. I have personally used Dev Partner's java profiler but you can find open source tools as well.
Mainly depending on whether you want to profile memory or performance, you can choose appropriate product. To connect to your application, you need to tweak around the server configuration so that the server would be servicing on one specific port for profiling so that the profiler can connect to it from outside. You can check it in the profiler configuration steps.
|
love your job and not your company;
...because you never know when your company will stop loving you!
|
 |
farhath farook
Ranch Hand
Joined: Aug 01, 2007
Posts: 37
|
|
can you please explain a bit more on how to configure the port and stuff. because am net in this area .
thank you
|
 |
steve souza
Ranch Hand
Joined: Jun 26, 2002
Posts: 852
|
|
|
This question gets asked often in this forum. Search it to see what people have said. jamon can do performance monitoring with tomcat, jboss, and spring.
|
http://www.jamonapi.com/ - a fast, free open source performance tuning api.
JavaRanch Performance FAQ
|
 |
 |
|
|
subject: Profiler for a web app running on Tomcat
|
|
|