Re: Restriciting maximum post size in Tomcat

2006-08-22 Thread Krish B
hi , this works. I had set wrong encoding in the FORM. It should be application/x-www-form-urlencoded Tx, Krishnakumar On 8/22/06, Krish B <[EMAIL PROTECTED]> wrote: I set the maxPostSize=1000 in the server.xml and started the server. If i post > 1000 i dont get a error. ( ) How to get

Restriciting maximum post size in Tomcat

2006-08-22 Thread Krish B
I set the maxPostSize=1000 in the server.xml and started the server. If i post > 1000 i dont get a error. ( ) How to get this feature to work. I have searched all over the place and dont have answers. I have tried 5.5.17 & 15 tomcat. I use a FORM to POST a file of large size. Thanks for an