TANAKA Yoshihiro wrote:
To all committers,
I'd like to ask a question about Tomcat5 manual
while I'm translating it into Japanese.
(We have been translating all TC5 manuals into Japanese.)

In the part of,"Including your own mbean-descriptor files" clause
on "MBean Descriptor How To" page:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/mbeans-descriptor-howto.html

You may configure custom components (e.g. Valves/Realms) by including
your own mbean-descriptor file(s), and setting the "descriptors"
attribute to point to a ';' separated list of paths (in the ClassLoader
sense) of files to add to the default list under ServerLifecycleListener
definition in server.xml.

I couldn't get the meaning of the phrase,"(in the ClassLoader sense)".
Does it mean, "like in the ClassLoader"?
Would someone please tell me in another words?

Yes, in the CL sense.
It's no longer useful with modeler 1.1, however: modeler will try to load a mbeans-descriptors.xml resource from the same package as your class, and then if not found there look into the "core" descriptor file (which are specified using the list you mention).


Rémy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to