Hi: I am trying for web services with Axis 1.1 and Tomcat 4.1.29 I have problems re-deploying a web app in Axis as it depends on other .jar files which load native DLLs. I read some forum where it mentions that because of classloader issues, Classes loading native DLLs should be put in the shared lib folder to avoid class loader issues.
I am trying to put all my helper libs (or .jar files) in Tomcat common\ lib folder. The actual web service .jar files are in axis\WEB-INF\lib folder But when I dynamically update my web service .jar file (in axis web app) I get a classloader error. Can anyone suggest where to keep the helper .jar files? Regards [Marepalli, Somesh]