Administer > Deploy > Publish a store archive > Publishing a WebSphere Commerce version 5.6.1 store archive in WebSphere Commerce version 7.0


Identify the new store archive as a version 7.0 store archive

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

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.


Related tasks

Publish a WebSphere Commerce version 5.6.1 store archive in WebSphere Commerce version 7.0

Remove references to the URLREG and VIEWREG database tables

Apply the correct JSP files to the version 7.0 store archive


+

Search Tips   |   Advanced Search