Howdy,
Read the classloader how-to in the tomcat documentation.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Xavier ANDRE [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, January 14, 2004 8:45 AM
>To: Tomcat Users List
>Subject: RE: NoClassDefFoundError
>
>Thank you Yaov for your answer.
>
>I don't understand why I've got to put a jar file, since the path to acces
>to my classes is in the classpth of the JVM which launchs Tomcat.
>
>
>Could you help me on that point ?
>
>
>Xavier André
>
>-----Message d'origine-----
>De : Shapira, Yoav [mailto:[EMAIL PROTECTED]
>Envoyé : mercredi 14 janvier 2004 14:40
>À : Tomcat Users List
>Objet : RE: NoClassDefFoundError
>
>
>Howdy,
>We got your email, rest assured ;)  I noticed a couple of things:
>
>First, the stack trace is for a ClassNotFoundException, which is very
>different from a NoClassDefFoundError that you mention in your message.
>It's usually easier to fix: place the jar with the missing class on the
>classpath.
>
>Second, you're using tomcat 3.x, which at this point in time means not many
>people can help you.  Perhaps someone will, but if you can then you should
>consider upgrading to a more recent tomcat version.
>
>Yoav Shapira
>Millennium ChemInformatics
>
>
>>-----Original Message-----
>>From: Xavier ANDRE [mailto:[EMAIL PROTECTED]
>>Sent: Wednesday, January 14, 2004 5:36 AM
>>To: Tomcat Users List
>>Subject: RE: NoClassDefFoundError
>>
>>Please I really need help !!!
>>
>>Is someone receive my mail ?
>>
>>
>>-----Message d'origine-----
>>De : Xavier ANDRE
>>Envoyé : mercredi 14 janvier 2004 09:38
>>À : Tomcat Users List
>>Objet : NoClassDefFoundError
>>Importance : Haute
>>
>>Hi,
>>
>>
>>
>>I've got en NoClassDefFoundError when I'm calling a method of a SOAP
>>service which is deployed on my Tomcat Server.
>>
>>
>>
>>To start TOMCAT, I use these code, which is launched in my JVM :
>>
>>
>>
>>String[] args = new String[]{"start"};
>>
>>
>>org.apache.tomcat.startup.Main.main(args);
>>
>>
>>
>>The version of Tomcat is 3.3a.
>>
>>
>>
>>The error is :
>>
>>
>>
>><?xml version='1.0' encoding='UTF-8'?>
>>
>><SOAP-ENV:Envelope
>>xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
>>xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
>>xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
>>
>><SOAP-ENV:Body>
>>
>><SOAP-ENV:Fault
>>xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
>>
>><faultcode>SOAP-ENV:Server.BadTargetObjectURI</faultcode>
>>
>><faultstring>Unable to resolve target object:
>>lib123.soap.sms.SmsDriverSOAP</faultstring>
>>
>><faultactor>/soap/servlet/messagerouter/</faultactor>
>>
>><detail>
>>
>><stackTrace>java.lang.ClassNotFoundException:
>>lib123.soap.sms.SmsDriverSOAP
>>
>>
>>
>>I don't understand why the class lib123.soap.sms.SmsDriverSOAP can't be
>>found since is in my JVM's classpath ?
>>
>>
>>
>>Thanks
>>
>>
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary and/or privileged.  This e-mail is intended only for the
>individual(s) to whom it is addressed, and may not be saved, copied,
>printed, disclosed or used by anyone else.  If you are not the(an) intended
>recipient, please immediately delete this e-mail from your computer system
>and notify the sender.  Thank you.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to