Hi, I'm experiencing a weird behaviour. When I restart tomcat the webservices deployed on axist(web application) dissapears. (generated wsdd file in WEB-INF/)
This started to happen when 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" > Resources, etc. Any ideas greatly welcomed. Best Regards, Mirek