how to close request input stream

2003-09-23 Thread Peter H.
Hello, Calling request.getInputStream().close does not work... ...the browser still sends bytes any ideas? Greetings Thanks Peter _ MSN Groups Chat - Freunde finden - leicht gemacht http://groups.msn.com/people/

Re: how to close request input stream

2003-09-23 Thread Peter H.
: how to close request input stream Date: Tue, 23 Sep 2003 09:34:58 -0500 Peter H. wrote: Calling request.getInputStream().close does not work... ...the browser still sends bytes how many? it won't be an instant stop because there can be many bytes in flight between the browser and your server

Re: how to close request input stream

2003-09-23 Thread Peter H.
) -Tim Peter H. wrote: I tried a file upload field up to 100MB I tried textfield/textareas up to 600kb ( i must use a slow connection ) it looks like the complete request is send? dont know if tomcat or apache receives those bytes - or in other words - my program leaves its service method... to Tim

Is there really no answer? How to cancel a large upload request with a servlet?

2003-09-22 Thread Peter H.
Hello, I've written a file upload where the user get's informed of the currently transferred bytes (asynchron with meta refresh)... on this info page the user can press cancel - an async request is send to the server to another thread of course. this thread informs the uploading thread that it

upload and renameto apache-tomcat problem

2003-04-05 Thread Peter H.
Hello Tomcat-Community, I try to figure out a strange but reproduceable error: Using Apache and Tomcat under windows and maybe linux. After uploading a file to a temporary dir and renaming (moving) it to a apache accessible folder i have strange problems... If i upload a image with the attached

Is there a Online Archive for searching tomcat-users Mailinglist?

2003-04-04 Thread Peter H.
Thanks Peter _ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

wanted: pure fast apache servlet enginge without jsp etc. + ASCII/ISO Enc. Prob.

2003-04-04 Thread Peter H.
Is there a way to configure tomcat 4.1.24 or is there a better alternative... Also required: -low memory usage -Not much overhead -just simple and pure Also I have a file.encoding problem with tomcat 4.1.24 (Encoding should be ISO8859-1 but defaults to ASCII) Is there a switch in the tomcat

Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Peter H.
Hello, Does someone use IBM JDK 1.4 with tomcat 4.1.24 and apache 2.0.44 Can't startup JVM exit -1 message... Compiled jni*.so and maybe its the problem because the ././classic/jvm*.so is used? I thought jdk1.4 stops supporting classic jvm... Greetings and thanks Peter

Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Peter H.
: Thu, 3 Apr 2003 08:45:37 -0700 On Thursday 03 April 2003 08:08, Peter H. wrote: Hello, Does someone use IBM JDK 1.4 with tomcat 4.1.24 and apache 2.0.44 Can't startup JVM exit -1 message... I tried this setup a couple days ago (on Redhat 8.0) and it worked fine, but I am using the mod_jk.so