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