You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jaya krishna <kr...@gmail.com> on 2009/06/19 20:27:22 UTC

Do I need to configure Tomcat to enable heavy multiple downloads of a file in Struts?

Hi all,

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.

Regards,
Jayakrishna T

Re: Do I need to configure Tomcat to enable heavy multiple downloads of a file in Struts?

Posted by Greg Lindholm <gr...@gmail.com>.
On Fri, Jun 19, 2009 at 2:27 PM, jaya krishna <kr...@gmail.com> wrote:

> Hi all,
>
> 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.
>
> Regards,
> Jayakrishna T
>

I use Tomcat for our production applications and I'm not aware of any
configuration changes you would need.
Maybe someone else knows more?