Re: [off-topic] - Where can i find Oreilly's package for uploading files?

2003-07-14 Thread Guus Holshuijsen
Try http://examples.oreilly.com/jservlet2/. There you will find a link to http://www.servlets.com/cos/. Regards, Guus - Original Message - From: Susan Hoddinott [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 6:05 PM Subject: Re: [off-topic] - Where

Re: tomcat 4.1.24 + sdk 1.4.1_03 + Win 2000

2003-06-25 Thread Guus Holshuijsen
Mark, Is there a reason why you are not using startup.bat? (instead of catalina run). The configuration that you describe works like a charm for me! I did have a ClassNotFoundException when I was running Tomcat v4.0.1 (Tomcat v4.0.3, and Tomcat 4.1.24), J2SDK1.4.0_01 on W2000 (and RedHat Linux

Re: Tomcat Class Loader (parent/child tree)

2003-06-18 Thread Guus Holshuijsen
database). Regards, Guus - Original Message - From: Guus Holshuijsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 4:47 PM Subject: Re: Tomcat Class Loader (parent/child tree) Julien, The tomcat documentation also mentions: As mentioned above

ClassNotFoundException

2003-06-17 Thread Guus Holshuijsen
Hi! I am stuck with the following challenge. After some initial problems with my web application with regard to ClassNotFoundExceptions when trying to read blobs from a MySQL database which was caused by my lack of knowledge regarding the Tomcat class loading filosophy (which is explained

Re: Tomcat Class Loader (parent/child tree)

2003-06-17 Thread Guus Holshuijsen
Julien, The tomcat documentation also mentions: As mentioned above, the web application class loader diverges from the default Java 2 delegation model (in accordance with the recommendations in the Servlet Specification, version 2.3, section 9.6). When a request to load a class from the web

ClassNotFoundException

2003-06-16 Thread Guus Holshuijsen
Hi! I checked the mailing archive and found some mail but never any answers. Here goes I use the following software: + Tomcat 4.1.24 or Tomcat 4.0.6 + mysql-connector-java-3.0.8-stable-bin.jar (in the $CATALINE_HOME/common/lib) + MySQL database server 3.23.51 + my own web application below