https://issues.apache.org/bugzilla/show_bug.cgi?id=49234

--- Comment #93 from Mark Thomas <ma...@apache.org> 2010-09-11 21:44:59 EDT ---
I got to the bottom of the problem. The correct parent class loader was not
being passed down the object hierarchy. I fixed that and applied your patch. I
can now get to the point where I can create a context with static content and
JSPs via JMX from a server.xml that just contains a Server object. Woot!

With this patch the basic functionality is in place. The MBeans exposed are a
lot better than they were but there is still work to do. For example a quick
review of the StandardContext found a bunch if typos, a missing attribute and
other attributes that are not visible in JConsole. See r996235 for details.

I recommend that the next step is to work through the MBeans in JConsole and
resolving the following issues:
- attributes that show up as Unavailable (in red text)
- methods that can not be called (you'll see an error message when you click on
"Operations" in the navigation tree)

Some will be easier than others. I'd go for the quick win typos (like those in
r966235) first.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to