Bootstrap files

Bootstrap files are XML files which WebSphere Commerce uses during instance creation to populate database tables with information, after the schema has been created. Once the data has been loaded, you can see the pre-loaded information in the appropriate database table. Bootstrap files can be used to retrieve information about specific data, such as calculation codes and pricing policies.

Note: It is recommended that you do not modify any of the bootstrap files. If modified, an instance may not be created successfully and could result in a major support issue.

WebSphere Commerce uses the following bootstrap files:

  • ACUserGroups_ locale.xml
  • defaultAccessControlPolicies.xml
  • defaultAccessControlPolicies_ locale.xml
  • ubf_transformed.xml
  • wcs.bootstrap.xml
  • WebSphere Commerce Enterprise wcs.bootstrap_adv.xml
  • WebSphere Commerce Enterprise wcs.bootstrap_adv_ locale.xml
  • wcs.bootstrap_pro.xml
  • wcs.bootstrap_pro_ locale.xml
  • wcs.bootstrap_ locale.xml
  • wcs.bootstrap_multi_ locale.xml
  • wcs.keys.xml
  • wcs.site.xml
  • wcs.userreg.xml

These files are located under the WC_installdir/schema/xml directory.

In addition, WebSphere Commerce uses the following staging bootstrap files:

  • wcs.staging.xml
  • wcs.staging.keys.xml

These files are located under the WC_installdir/schema/db2 or WC_installdir/schema/oracle directories, depending on whether you use DB2 or Oracle as your database.

Existing bootstrap files from previous releases of WebSphere Commerce have been renamed to include "_base". For example, wcs.bootstrap_base.xml.

New bootstrap files have been componentized based on WebSphere Commerce features, and contains data for only the specified WebSphere Commerce feature. The following features use componentized WebSphere Commerce bootstrap files:

  • Approvals
  • Business tools
  • Catalog
  • Collaboration
  • Contracts
  • Coupons
  • Development tools
  • E-mail activities
  • Fulfillment
  • Inventory
  • Members
  • Messaging
  • Negotiation
  • Orders
  • Order management
  • Payment
  • Personalization
  • Portal and pervasive computing (PvC)
  • Pricing
  • Product Advisor
  • Returns
  • RFQ
  • Rules
  • Runtime
  • Search
  • Staging
  • UBF
  • UTF

New bootstrap files contain the component name within the file name. For example, wcs.bootstrap_catalog.xml.