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. ( ) H

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

Not getting error for posting large data

2006-08-19 Thread Krish B
hi, I am not getting a error when i POST large amounts of data in tomcat 5.5.15 I started the server after changing server.xml I used a FORM to post data > maxPostSize But i dont get a error. The request is processed by the servlet. I think my configuration is wrong... Any help in correc

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

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

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 a

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

Startup exception in Tomcat

2006-05-08 Thread Krish B
hi, I get an exception sometimes during tomcat startup. I saw a few posts related to this but am not able to resolve the same. java.util.ConcurrentModificationException at java.util.HashMap.onEntry(HashMap.java:205) at java.util.HashMap.transfer(HashMap.java:510) at java.util.HashMap.resize(Hash

Tomcat releases

2006-04-19 Thread Krish B
hi, I have a couple of basic question about tomcat releases. 1) 5.5.17 is in beta. Will there be a release of 5.5.17 final and then work will go on to release 5.5.18. 2) When will Tomcat 6.0 be releases\d? Will there be more 5.5.X releases before 6.0? Regards Krish

Tomcat on other JVM

2006-04-03 Thread Krish B
hi, can i run Tomcat on Non - Sun JVM e.g) IBM. Regards Krish