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 Mirek Kopriva <mi...@gmail.com> on 2006/02/06 15:32:31 UTC

server-config.wsdd disappears from WEB-INF/ when restarting tomcat

Hi,
I have problems with webservices deployment on *axis* 1.2 when restarting
tomcat.
The previously created *server*-*config*.*wsdd* simply dissapears from
WEB-INF.
This started to happen when I started using *context*.*xml* in META-INF
(needed because of using DataSources form JNDI).

I believe this should be set by some attributes in *context*.*xml*, this is
how
it starts:
<*Context* path="/xxx" reloadable="true"
      unpackWAR="false"
      privileged="true" antiResourceLocking="true" antiJARLocking="true"
>
etc...
Any ideas greatly welcomed.
Best Regards,
mk