It is only when your service code actually uses a class from Apache SOAP that it must be in the webapps directory. There is a different class loader for %CATALINA_HOME%\classes than %CATALINA_HOME%\webapps\soap\WEB-INF\classes. The loader for %CATALINA_HOME%\classes cannot load classes from %CATALINA_HOME%\webapps\soap\WEB-INF\classes. Check http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html.
Scott Nichol ----- Original Message ----- From: "???" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 1:40 AM Subject: RE: Fault Occuerd.. > but.. > > why only this sample results like that... other sample codes work correctly ... > > only put service class to %CATALINA_HOME%\classes, not to %CATALINA_HOME%\webapps\soap\WEB-INF\classes > > what's difference?? > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>