Howdy,
>I use the following software: >+ Tomcat 4.1.24 or Tomcat 4.0.6 Let's stick to one ;) Tomcat 4.1.24. >When the web application tries to read the blob from the database a >ClassNotFoundException is thrown in the com.mysql.jdbc.ResultSet.getObject >method while "wading" the object input stream. Can you post the entire stack trace? Can you post your code that's reading the blob? What is the name of the class that not found, and is that class available in the WEB-INF/lib or WEB-INF/classes directory of your webapp? >I tried what Sriram Narayanan writes in his message of 21 feb 2002 (put the >mysql jar not only in the $CATALINE/common/lib directory but also in the >$CATALINA_HOME/webapps/<webapp name>/WEB-INF/classes/lib directory) ..... This shouldn't be necessary. Put the mysql jar in one location, preferably WEB-INF/lib. Post the above details and hopefully we can help more. Yoav Shapira 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]
