Is there any way to put .jar files on an Axis endpoint application's classpath other than placing the .jar files into the axis\WEB-INF\lib directory?
I've got a lot of applications that I want to deploy on Axis, and they sometimes have conflicting classpath requirements. So, it is not a good solution for me to just throw all the needed JARs into the axis\WEB-INF\lib directory. Is there maybe a way to specify a endpoint specific classpath in the WSDD? Thanks for any help (and your patience with this simple question), Mark
