----- Original Message -----
From: "steve martin" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 26, 2002 10:40 PM
Subject: some basic question


> When does 'server' get instantiated? Wouldn't it throw
> a Null exception?
During the call to:
   mapper.readXml(file, this);
(which parses the server.xml file, and configures Catalina accordingly).
>
> What does the XmlMapper actually do when you call the
> addRule method?
It adds a rule to be applied when parsing (in this case) the server.xml
file.  For more information, consult the jakarta-commons-digester
documentation.
>
> Any help appreciated.
>
> Thanks,
> steve
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Greetings - Send FREE e-cards for every occasion!
> http://greetings.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


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

Reply via email to