Try to copy class and jar files to TOMCAT_HOME\shared\classes and TOMCAT_HOME\shared\lib
More info see: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Johan Van Vlerken Agarwal, Naresh (13/06/2003 6:33): >Hi > >I am using Tomcat 4.1 for deploying my AXIS applications. When I create a AXIS application, then I should put the class and jar files in > >TOMCAT_HOME\webapps\axis\WEB-INF\classes and TOMCAT_HOME\webapps\axis\WEB-INF\lib respectively. > >However, I don't want to keep class and jar files at these locations. Is there a way out for this? Can I keep the class/jar files at some other location and then set the Tomcat classpath according? > >thanks, >Naresh Agarwal >