I don't really have a solution but a work arround:
remove the client-config.wsdd from the jar and but it everywhere you use it.
maybee it is allso possible to reorder tomcats classpath to search 1st in the class dir.
regards
harry
Am Don, den 04.12.2003 schrieb [EMAIL PROTECTED] um 17:49:
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
