Introduced in Feature Pack 1

Changing the maximum number of files in a compressed file

A compressed file can contain up to 500 managed files. You can change the number of files in a compressed file.

Procedure

  1. Open the Updating the WebSphere Commerce configuration file.
  2. Search for the Attachment element.
  3. Add an attribute maxFileNumberInCompressedFile to the Attachment element and set its value as needed.
    <Attachment
          maxExtractedFileSizeOfCompressedFile="1048576" maxuploadsize="10000000" maxFileNumberInCompressedFile="1000">
  4. Run the ANT target: UpdateEAR target to update the runtime configuration with the master configuration file.