В настоящее время в моем проекте я получаю следующие ошибки < /p>
1) Request entity too large error, The requested resource does not allow request Data with GET Requests, or the amount of the data provided in the request exceeds the capacity limit
2) Request entity too large error, The requested resource does not allow request Data with POST Requests, or the amount of the data provided in the request exceeds the capacity limit**
< /code>
Я получаю эту ошибку, пока отправляю свои страницы в разных модулях. Я использую Tomcat 7 и Apache в своем проекте. Я внес изменения в Tomcats Server.xml как < /p>
< /code>
Но я все еще получаю ту же ошибку. Кто -нибудь может направить меня, куда мне нужно внести изменения, чтобы избежать этой проблемы?
Подробнее здесь: https://stackoverflow.com/questions/227 ... arge-error