• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

File download size limit?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm using WAS 5, and I have a strange problem. When I deploy my application, WAS will not download more than 70KB of data per static resource in the WAR file. For example, if include a static jpeg image that's 140KB, I will only see half of the image when I type in the URL. I noticed that even the example applications that came installed with WAS have the same problem. Does anyone know how to fix this problem? Thanks.
Shad
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a similar problem on WAS5.1.
I deployed a servlet on WAS5.1 and this servlet serves requests sent from client. When small amount of data are sent back from servlet to client, every works fine, but if the amount of data exceeds a limit, servlet fails to send data to client. This problem does not occur on WAS4.0.
Does anyone have an idear?
Howard
 
Howard Zhao
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have posted this question to WebSphere online support (trial) and hope they can answer my question.
Howard
 
Howard Zhao
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(Reply to my question about servlet on WAS5.1)
This is a bug on WAS 5.
Please see
http://archives.realtime.com/pipermail/cocoon-devel/2003-August/018699.html
or
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21789
Howard
 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Shad Gilley:
Hi,
I'm using WAS 5, and I have a strange problem. When I deploy my application, WAS will not download more than 70KB of data per static resource in the WAR file.


Hi Shad & all,
Which version of WAS are you runing? Fixpack level? OS & version? Are you accessing the web app directly via port 9080 (internal web container http port), or via web server (IHS, Apache, etc)? Do you have any log to show the error? SystemOut.log or access.log/error.log, etc? Have you tried it on a different WAS install? Does it happen on other OS?
Tony
 
And inside of my fortune cookie was this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic