+1 to drop the <handler/> from the server.xml for the M1
Thanks
Srinath
On Thu, 9 Dec 2004 09:35:39 +0600, Deepal Jayasinghe
<deepal@opensource.lk> wrote:
>
>
> Hi all;
>
> I have something to clarify regarding the server.xml
>
> <server name="xsd:qname">
> <parameter/>*
> <handler/>*
> <typemapping/>*
> <module ref=".."/>*
> <phaseOrder>
> <phase name="xs:anyURI"/>+
> </phaseOrder>
> </server>
>
>
> In that we have handler tag , do we really want to have that ?
> What I know is that Handlers for the Global Phase (or any Global config)
> come from the modules which are referred by server.xml
> (<module ref=".."/>*) . So can I ignore the handler tag and to the
> implementation for server.xml in following format ?
> <server name="xsd:qname"> <parameter/>* <typemapping/>* <module
ref=".."/>*
> <phaseOrder> <phase name="xs:anyURI"/>+ </phaseOrder> </server>
thoughts ?
> Deepal
>
> ==================================================
> Deepal Jayasinghe
> Lanka Software Foundation
> 0714 817 310
>
|