Identifying the new store archive as a version 7.0 store archive

To complete the migration of your WebSphere Commerce version 5.6.1 store archive, you must identify it as a version 7.0 store archive.

About this task

To identify a migrated store archive as a version 7.0 store archive:

Procedure

  1. In the store archive, create a new validate.xml file in the sar-inf folder with the following content:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE data-deploy SYSTEM "ibm-wc-load.dtd">
    <data-deploy>
        <properties>
            <property name="struts" value="yes"/>
            <property name="ELTags" value="Yes"/>
        </properties>
    </data-deploy>
  2. In the new validate.xml file:
    1. Set the struts property value to yes to indicate that the store archive is compatible with the Struts framework used in WebSphere Commerce version 7.0.
    2. If the JSTL 1.1 specification is used, set the ELTags property value to yes.
    3. If the JSTL 1.0 specification is used, set the ELTags property value to no.