An application-wide deployment plan was used to deploy an application. Based on post
performance diagnosis, the HTTP post size needs to be reduced. Following would be a valid
approach:
A.
Configure the http maximum post size value in the existing deployment plan for redeploying
using the weblogic.Deployer utility.
B.
Update the http maximum post size for the application using weblogic.Deployer.
C.
Use weblogic.PlanGenerator to update http maximum post size configuration and redeploy the
application.
D.
Use weblogic.Admin to set auto-tune-http-setting to be true and redeploy the application.