http post request header is too large錯誤解決方案

打開tomcat的conf目錄,找到server.xml,編輯找到設置端口號的地方,添加以下內容即可

maxHttpHeaderSize ="10240000"    maxPostSize="0"

http post request header is too large錯誤解決方案

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章