enctype=multipart/form-data problem

2001-01-23 Thread Eric Weber
Hi I read here http://www.oop-reserch.com/tomcat_3_1_ext.html that JSP could NOT handle yet data posted by a form with the method POST and enctype="multipart/form-data". Is this true? At least when I tried it out under Tomcat 3.1. it did not work. Did anybody solve the problem? ERic

Re: How 2 use JAR files with Tomcat in Debian

2001-01-18 Thread Eric Weber
Hi You have to include the name of the jar in the class path, for example : setenv CLASSPATH ${CLASSPATH}:/usr/java/java3d-utils-src.jar Eric Nagappan A wrote: Hello all, I'm using Debian GNU/Linux + Apache + Tomcat. I, have list of class files and I, have made it 2 a jar. Now, how

oracle blob problem

2001-01-17 Thread Eric Weber
Hi I try to get a BLOB from an oracle database and to save it to a file. From a small test program everything works fine. When I copy the code into a servlet I get a strange error from the database at the moment when I try to read the first byte on the InputStream: java.io.IOException: