-
Feature Request
-
Resolution: Done
-
Major
-
JBossAS-4.0.4.GA
-
None
I have been asked why the JNDIView MBean does not show the ENC for web applications. Previously I think there might have been problems when JBoss was bundled with Tomcat and Jetty which made getting access to the classloader difficult.
Currently we have the AbstractWebContainer class which makes available the list of 'DeployedApplications', the deployed applications are instances of WebApplication which makes available the classloader of the application which we can use for listing the ENC.