Discussions
Web tier: servlets, JSP, Web frameworks: Tomcat configuration to support multiple downloads of same file
-
Tomcat configuration to support multiple downloads of same file (1 messages)
- Posted by: Jayakrishna Tiramdasu
- Posted on: June 19 2009 14:41 EDT
I have a requirement in my website that a user can download a file of size - 150 MB. The number on concurrent requests go up along with number of users enrolled in my website. Am using struts framework to support this download concept. Do I need to configure Tomcat server to support multiple downloads of a that file? Please advise me on this.Threaded Messages (1)
- Re: Tomcat configuration to support multiple downloads of same file by Sergei Batiuk on September 18 2009 20:01 EDT
-
Re: Tomcat configuration to support multiple downloads of same file[ Go to top ]
- Posted by: Sergei Batiuk
- Posted on: September 18 2009 20:01 EDT
- in response to Jayakrishna Tiramdasu
Tomcat's DefaultServlet supports partial download out of the box. You just need to make sure DefaultServlet serves your file (it does so by default). Sergei. Java Development on Demand http://www.hitech.com.ua/en/