Hi

I am using the internal framework Java/JSP/Tomcat.

ran into a problem with the streams. It already has the output stream set up as response object, but when I open an input stream to read binary data from the DB it appears to lose the connection to the request/response.

Surely I can open more than the request / response streams... or was there something about holding a pipe or something open ?

Any thoughts...?