I\'m working on Java Servlet. I have form on my jsp file and I am sending huge amount of text from form to servlet it sends to servlet successfully but, I can\'t get any paramet
You should check your tomcat version, if bigger than 7 maxPostSize="0" will not effect, setting maxPostSize="-1" is ok.
maxPostSize="0"
maxPostSize="-1"