You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Srinath Perera <he...@gmail.com> on 2004/12/09 04:51:51 UTC

Re: [Axis2] Global Configuration

+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
<de...@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
>