Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Servlets and the fly likes what is the maximum size of a data a servlet can send per stream? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "what is the maximum size of a data a servlet can send per stream?" Watch "what is the maximum size of a data a servlet can send per stream?" New topic
Author

what is the maximum size of a data a servlet can send per stream?

sathish
Ranch Hand

Joined: Apr 25, 2000
Posts: 33
I have a Servlet application sending zip files to the client the servlet is not able to send files of size greater than 5 MB to the client.
Is that the maximum size of data i can send through a stream?
thanks
sathish
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
Please note that The Java Ranch has a naming policy, described here and "sathish" is not a valid name. Please choose one which meets the requirements.
Thanks.

A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: what is the maximum size of a data a servlet can send per stream?
 
Similar Threads
Servlet - Standalone App communication (file transer)
Transfer big files as byte array over network
Problem in streaming & creating files using FileOutputStream
Need help regarding my J2ME client server application
Data corruption using Sockets in Java !!!