Struts/JSP/J2EE performance and memory profiling and issues
Posted
by Berlin Brown
on Stack Overflow
See other posts from Stack Overflow
or by Berlin Brown
Published on 2009-06-16T18:48:06Z
Indexed on
2010/05/14
10:04 UTC
Read the original article
Hit count: 290
We are using Struts and having performance issues. And making heavy use of jsp includes, tiles, EL expressions.
I am sure this is eating up a lot of memory and processing time. What are some approaches to profile the JSP page? What tools could I use? What should I look for when profiling?
I have seen the code generated JSP Java Servlet Code and I see the bottlenecks but would rather measure it more accurately.
This is under JDK1.5 and IBM Websphere 6.1 (RAD7)
© Stack Overflow or respective owner