user1296107
user1296107

Reputation:

How to check which classes are loaded in jboss7?

I am using jboss-as-7 for my web application and I want to check which classes have been loaded after i started my jboss application server. How can i check this?

Thanks

Upvotes: 0

Views: 3003

Answers (1)

Abhijith Nagarajan
Abhijith Nagarajan

Reputation: 4030

You can enable the logging for the classloader.

Refer this link

Enable logging for JBOSS class loading

Upvotes: 1

Related Questions