• 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

Uploading LARGE files using Tomcat4.0

 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all friends,
Iam uploading about 60mb file to my remote server using unique IP and that remote server is Tomcat4.0(OS WinNT4.0)is Iam writing in file through my servlet in the form of block of 1mb. I want to increase the speed of writing of tomcat server.Can any one plz guide me how i can do that.I have following two options in my mind :-
1. By increasing the RAM of that computer(OS is WinNT4.0)on which tomcat is residing.
2. By decreasing the block size(i have tried this option but couldn't slove my problem).
Is there any configuration require in tomcat's configuration file(server.xml).Plz suggest me .
Is there any limitaion in tomcat about size of file.
Regards
Bikash
[ February 18, 2003: Message edited by: Bikash Paul ]

[ Edited by MC - changed title from "Configuration of Tomcat 4.0??"
With the old title, I would have moved it to Apache/Tomcat ]
[ February 18, 2003: Message edited by: Mike Curwen ]
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any factor preventing the use of FTP?
-GB.
 
A feeble attempt to tell you about our stuff that makes us money
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic