Preventing the WebSphere Commerce application from restarting during the propagation of managed file data

Both the stagingprop and fileprop utilities provide capability of propagating managed file data from the Authoring environment to the Production environment.


Task info

The fileprop utility propagates managed file data from the Authoring environment to the Production environment directly. The stagingprop utility accomplishes the same operation by calling the fileprop utility. The fileprop utility follows these steps to propagate the data:

  1. The fileprop utility moves records associated with managed files from the authoring database to the production database

  2. For any managed files with content that exists in the authoring database, the fileprop utility updates the production environment EAR. It updates the EAR using the WebSphere Application Server wsadmin script to write the content directly into the EAR. As part of this step, the fileprop utility calls for a restart of the WebSphere Commerce application on the production environment.

In some cases, we might not want the WebSphere Commerce application to restart. Use one of the following sets of steps to prevent the application from restarting.


Procedure