I have a first config which works correctly : TOMCAT_HOME/webbaps/myservlet/WEB-INF/classes/client-config.wsdd TOMCAT_HOME/webbaps/myservlet/WEB-INF/lib/axis.jar (without client-config.wsdd)
But next, I need to use the axis.jar elsewhere in tomcat so I need to put the axis.jar in TOMCAT_HOME/common/lib. If I put an axis.jar containing the default client-config.wsdd, my custom one wont be used in my servlet. If I put an axis.jar without client-config.wsdd I get the following error : org.apache.axis.ConfigurationException: No engine configuration file - aborting! Do I have to put the default client-config.wsdd someplace else ? Valerie
