Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

包含大型文字裝載的要求可能會造成 DeployR 指令碼失敗,因為在 Tomcat 柱子大小的限制。根據預設,這個限制是 2 MB 但可以增加或移除若要啟用該則張貼的任意大小字串。

編輯 Tomcat 的 conf/server.xml,並將 maxPostSize 屬性加入至連接器的 stanza,如下所示︰

<Connector port="7300" protocol="org.apache.coyote.http11.Http11NioProtocol" compression="1024" 
compressableMimeType="text/html,text/xml,text/json,text/plain, 
application/xml,application/json,image/svg+xml" 
connectionTimeout="20000" 
maxPostSize="0" 
redirectPort="7301" />

值是以位元組為單位,而且預設為 2097152。若要移除的限制,以設定為"0"。重新啟動 Tomcat,來啟用變更。

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×