I am trying to get the ObjectSizeOfAgent to run in Tomcat.
So far I had no look as it has quite a lot external dependencies.
has anybody got this to run or got some pointers what to do?

What I did so far:
added the javaagent to the commandline and it gets loaded.
I had to put all libs required by the agent into the endorsed dir
(wicket, agentlib, slf4j related stuff) so it can start.
It is starting up but as soon as it tries to start my webapplication
it gives me a ClassNotFoundException when loading javax/servletFilter.


The servlet-api is in the lub directory and there is no other copy of
it in the war or in endorsed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to