Hello Everyone,
I am using Struts 2.0.9. I want to disable profiling for my application and
have the following properties configured to set so
In Struts.xml
<constant name="struts.devMode" value="false" />
The interceptors in my stack are
<interceptor-ref name="exception" />
<interceptor-ref name="servletConfig" />
<interceptor-ref name="prepare" />
<interceptor-ref name="params" />
<interceptor-ref name="conversionError" />
The problem is when I was profiling my application using JProfiler, I could
see lot of calls to
com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile in the call
tree. This is weired as I hoped the profiler is disabled due to
devMode=false and not having profile interceptor in my stack.
Could any one help me understand why I am seeing so many calls to the
UtilTimerStack.profile when I have disabled profiler ?
Thanks,
Rakesh
--
View this message in context:
http://www.nabble.com/Struts2-%2B-Profiling-tf4469726.html#a12744304
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]