Administer > Stage server > Test the site on a staging server
Publish managed files to the WebSphere Commerce EAR on the production server
You can publishing managed files to the WebSphere Commerce EAR on the production server using the fileprop command.
Before you begin
Set the PATH environment variables.
Procedure
- Change to the directory to which you want log files written.
- Issue the fileprop command.
The following are examples of the fileprop command for a WebSphere Commerce production instance named demo.
fileprop.sh -dbtype db_type -sourcedb production-ready_database_name -sourcedb_user source_user_ID -sourcedb_passwd source_password -destdb dbprod -destdb_user dest_user_ID -destdb_passwd dest_password -waspath WC_PROFILE/bin -profilename demo -appname WC_demo -modulename Stores.war -log fileprop
fileprop -dbtype db_type -sourcedb production-ready_database_name -sourcedb_user source_user_ID -sourcedb_passwd source_password -destdb dbprod -destdb_user dest_user_ID -destdb_passwd dest_password -waspath WC_PROFILE/bin -profilename demo -appname WC_demo -modulename Stores.war -log fileprop
fileprop.sh -dbtype oracle -sourcedb production-ready_database_name -sourcedb_user source_user_ID -sourcedb_passwd source_password -destdb dbprod -destdb_user dest_user_ID -destdb_passwd dest_password -waspath WC_PROFILE/bin -profilename demo -appname WC_demo -modulename Stores.war -log fileprop
fileprop -dbtype oracle -sourcedb production-ready_database_name -sourcedb_user source_user_ID -sourcedb_passwd source_password -destdb dbprod -destdb_user dest_user_ID -destdb_passwd dest_password -waspath WC_PROFILE/bin -profilename demo -appname WC_demo -modulename Stores.war -log fileprop
- Examine the fileprop_yyyy.mm.dd_hh.mm.ss.zzz.log file.
Related concepts
Related reference