Re: maxPostSize in Tomcat

2006-08-19 Thread Mark Thomas
Krish B wrote: > Hi, > > I tried doing the same using a FORM input > > > This also works and i dont get an error for large file sizes more than the > limit. > > Regards > KK > > > On 8/19/06, Krish B <[EMAIL PROTECTED]> wrote: >> >> Hi Mark, >> >> I restarted Tomcat after making the change &

Re: maxPostSize in Tomcat

2006-08-19 Thread Krish B
Hi, I tried doing the same using a FORM input This also works and i dont get an error for large file sizes more than the limit. Regards KK On 8/19/06, Krish B <[EMAIL PROTECTED]> wrote: Hi Mark, I restarted Tomcat after making the change & i am using port 8080. Regards KK On 8/19/06,

Re: maxPostSize in Tomcat

2006-08-19 Thread Krish B
Hi Mark, I restarted Tomcat after making the change & i am using port 8080. Regards KK On 8/19/06, Krish B <[EMAIL PROTECTED]> wrote: hi Mark, Yes. I used apache httpclient to POST a large file to a servlet in Tomcat. I expected tomcat to throw a error as size was cet to 4 MB. Any thought

Re: maxPostSize in Tomcat

2006-08-19 Thread Krish B
hi Mark, Yes. I used apache httpclient to POST a large file to a servlet in Tomcat. I expected tomcat to throw a error as size was cet to 4 MB. Any thoughts where i am wrong... Regards KK On 8/19/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Krish B wrote: > hi, > > I am trying to use maxPostS

Re: maxPostSize in Tomcat

2006-08-19 Thread Mark Thomas
Krish B wrote: > hi, > > I am trying to use maxPostSize of tomcat in 5.5.15. > > I edited the server.xml and added maxPostSize = 4MB > > port="8080" maxHttpHeaderSize="8192" > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups

maxPostSize in Tomcat

2006-08-19 Thread Krish B
hi, I am trying to use maxPostSize of tomcat in 5.5.15. I edited the server.xml and added maxPostSize = 4MB I am able to post a file of size > 4 MB ( 16MB etc.. ). I was supposed to get an error "Post too large" but dont seem to get it. I think i have not configured it correctly... Any p