Re: how to close request input stream

2003-09-23 Thread Christopher St. John
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 (operating systems buffers, proxy servers, etc). if still sends bytes

Re: classes

2003-09-17 Thread Christopher St. John
[EMAIL PROTECTED] wrote: I would like to know if I could just add the classpath of these jars (to not have them duplicated), and, in that case, where and how could I do it. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html -cks

Re: Asunto: Re: classes

2003-09-17 Thread Christopher St. John
[EMAIL PROTECTED] wrote: I had just read that link (class loader how to), and I understand it, but I would like to know, if I could set the classpath to point classes in other directory (neither in tomcat, nor in soap), and where and how could I do that. Tomcat 4 ignores your CLASSPATH on

Re: Running external processes...

2003-09-10 Thread Christopher St. John
Martin Mauri wrote: I'm building a webapp with JSP and I need to run an external shell process on Linux...I don't know if this is implemented by the Servlet/JSP API , can I call it in the normal way like System.exec()?? or it won't worj? It depends on the security settings. Out of the box on