Multiple choice technology platforms and products

The MaxPostTimeSecs attribute set in the Administration console under Servers or virtual hosts section corresponds to which of the following?

  1. The amount of time that WebLogic Server waits between receiving chunks of data in an HTTP POST.

  2. The total amount of time that WebLogic Server spends receiving HTTP POST data.

  3. The time spent by WebLogic server to post data to other servers in the cluster.

  4. The number of bytes of data received in a POST from a single request.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

MaxPostTimeSecs defines the total maximum time WebLogic Server will spend receiving HTTP POST data from a client. It is not the time between chunks, nor the time posting to other servers, nor a byte count.