Hi,
I'm somehow confused concerning the necessary steps for setting up
NHProf.
As far as I understand things, I can use the profiler simply by using
a specific log4j config (
http://hibernateprofiler.com/learn/usage/
manual-config).
I also added the hibernate-profiler jar to my WebLogic server path so
the specific appender class is in the classpath.
But when I run my web-application and having started the profiler
tool, I don't see any statements. But sth. seems to happen concerning
log4j since my application becomes really slow. So I think the logging
part works.
Are there some additional steps I have to undertake to get the
profiler working??? Specifically, I did NOT invoke an initialize
method or sth. else that involved changing code of my application.
Thx,
Marc