Re: Tomcat POST Section Execution Size limit

2009-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BT, B T wrote: > I have noticed that I am running into some type of limit with the > POST section upon execution. When the POST logic being > executed(includes SQL actions, CHOOSE logic, etc...) reaches a > certain size, I get the following error > "j

Tomcat POST Section Execution Size limit

2009-01-12 Thread B T
Hello, I am in the process of developing a small site using JSTL and Tomcat 6.0. I already have a large portion of the site developed. The construct of my standard JSTL .jsp page uses the standard Post-Redirect-Get format and looks similar to:... ... Generate HTML for GET Request ... ... Exec