+

Search Tips   |   Advanced Search

Adapt the scripts that register the custom theme and skins


  1. Open the theme file and adapt the following properties of the theme by changing the code dav:fs-type1 to war:
          <parameter name="com.ibm.portal.theme.template.ref" type="string" update="set">
       <![CDATA[war:<context-root-static-war>/<customThemePath>/]]>
          </parameter>
          
          <parameter name="com.ibm.portal.layout.template.href" type="string" update="set">
       <![CDATA[war:<context-root-static-war>/layout-templates/2ColumnEqual/]]>
          </parameter>
    

  2. Adapt the following properties for all the skins moved from the file store to an EAR file by changing the code dav:fs-type1 to war for the following parameters:
       <parameter name="com.ibm.portal.skin.template.ref" type="string" update="set">
          <![CDATA[war:<context-root-static-war>/<customSkinPath>/skins/Hidden/]]>
       </parameter>
    


Parent: Packaging themes for deployment