If your staging server is set up after your production server, you must copy files from the production server to the staging server to synchronize the two servers.
To copy files to the staging server:
- Copy the files to the staging server in the correct directory:
- On the production server, create a zipped file that contains all static HTML files, associated image files, and other embedded files. This file should contain new, updated, and unchanged files.
- Transfer the zipped files to the staging server.
- Unzip each zipped file into the corresponding directory in the staging server directory structure. If you have moved the HTML files, edit the WebSphere Commerce configuration to point to the files in the new directory.
- Delete unused directories on the staging server.