You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tysnes Are Thobias <ar...@edb.com> on 2005/01/28 09:35:45 UTC

server-config.wsdd

Hello!
 
Probably a simple question, but.. 
 
Is runtime changes to server-config.wsdd read by the axis engine !?
(i.e is it possible to change the attachments.Directory property  at runtime
!?)
 
Cheers,
Are T. Tysnes

Re: server-config.wsdd

Posted by jayachandra <ja...@gmail.com>.
I think, if it's an isolated modification from external sources its
not reflected. Where as if it's something like dynamic deployment
through AdminClient then the changes are read.

The funda is at the time of Tomcat start-up itself the engine
configuration etc. are populated. Unless you force (as is done
internally, for example, by AdminClient) the engine to update it's
configuration it will not read changes made to server-config.wsdd
after the servlet container starts.

Hope that helps,
Jayachandra

On Fri, 28 Jan 2005 09:35:45 +0100, Tysnes Are Thobias
<ar...@edb.com> wrote:
> Hello!
>  
> Probably a simple question, but.. 
>  
> Is runtime changes to server-config.wsdd read by the axis engine !?
> (i.e is it possible to change the attachments.Directory property  at runtime
> !?)
>  
> Cheers,
> Are T. Tysnes


-- 
-- Jaya

Re: server-config.wsdd

Posted by Mike Barton <mb...@allesta.com>.
The short answer to your question is no.  But it is possible to perform 
hot updates to wsdd.  Have a look at WSABI, an open-source Axis 
administration tool.  It provides a graphical interface for managing 
Axis deployments, including the ability to manage deployment descriptors.

Some useful links:

Demo:  http://demo.wsabi.org/
Download:   http://sourceforge.net/projects/wsabi4axis
Road Map:  http://www.wsabi.org/

Mike


Tysnes Are Thobias wrote:
> Hello!
>  
> Probably a simple question, but..
>  
> Is runtime changes to server-config.wsdd read by the axis engine !?
> (i.e is it possible to change the attachments.Directory property  at 
> runtime !?)
>  
> Cheers,
> Are T. Tysnes