I am interested in knowing that.. i know this is not the
right place.
What i want to know is :
I am running one webApp on Weblogic Application Server. I want to
trace all the activities happening thru that application like, which
class is being calle now, which method of which class, what heap
memory, memory leaks etc and the SQL Queries being processed through
JDBC.
I am trying to look for the solutions thru various ways. I am
interested in knowing thru ClassLoader concept. Is it possible to
trace all the classloaders in the runnung APP server or?? can we make
one Classloader which can act parent to all the classloaders etc. I
mn how can i proceed about it.
If doing such thing is possible can u guide me to a proper Address ?
or you can help me with something.