Adaptation des scripts qui enregistrent le thème et les habillages personnalisés
Vous devez adapter les scripts qui enregistrent le thème et les habillages personnalisés déplacés depuis le magasin de fichiers.
Procédure
- 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> - 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>