Deploying custom Web server assets

The method for deploying custom Web server assets depends on where static Web assets are stored.

Procedure

  • If you are storing your static Web assets inside the Java EE application, use the partial application update procedure to deploy the assets.
  • If you are storing your static Web assets only on the Web Server's file system, for each Web server:
    1. Transfer the archive file to the Web server's file system.
    2. Expand the archive file into the correct directory as required by your alias definitions.
    3. Set file permission such that the Web server can access the new files.