Re: Set JSP timeout in struts 1 app with multipart/form-data form

2010-10-04 Thread Maurizio Cucchiara
Have you tried setting disableUploadTimeout variable on tomcat? 2010/10/4 Oscar : > Well, i'm using Tomcat 6 for development but also i'm going to test in OAS > because that will be the production environment. > > Regards. > > 2010/10/4 Maurizio Cucchiara > >> Hi, >> what application server are y

Re: Set JSP timeout in struts 1 app with multipart/form-data form

2010-10-04 Thread Oscar
Well, i'm using Tomcat 6 for development but also i'm going to test in OAS because that will be the production environment. Regards. 2010/10/4 Maurizio Cucchiara > Hi, > what application server are you using? Did you watch application server > logs? > I think the problem is related with your AS

Re: Set JSP timeout in struts 1 app with multipart/form-data form

2010-10-04 Thread Maurizio Cucchiara
Hi, what application server are you using? Did you watch application server logs? I think the problem is related with your AS. For instance, Tomcat have a disableUploadTimeout variable. Maurizio Cucchiara 2010/10/4 Oscar : > Hi to all, i have a question about a situation that i have in my > app

Set JSP timeout in struts 1 app with multipart/form-data form

2010-10-03 Thread Oscar
Hi to all, i have a question about a situation that i have in my application. It's in Struts 1.1 . Basically, i have a multipart/form-data form in the jsp that contains 2 elements: a html:file control and a html:submit button . This form will be used to upload MS Access database file up to 800mb to