Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试将客户端的特定表恢复到空数据库时,它成功恢复了表。但是当我运行应用程序并尝试插入表单时,它会在浏览器中显示此错误,如下所示
并在控制台中显示此错误
谁能告诉我这个错误显示了什么,为什么我会得到。我使用 jvm 版本为 1.0.7 ,我的 tomcat 版本是 6.0.32 。
提前致谢
尝试通过设置来增加maxHttpHeaderSizeserver.xml
server.xml
<!-- set maxHttpHeaderSize to 8kb --> <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" maxHttpHeaderSize="8192" />
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html