Anyone managed to create a new skin in UWC?
Has anyone successfully created a new skin in UWC (2005Q4)?
Have been following the instructions in Communications Express Customization Guide Chapter 2:
1. Edit /var/opt/SUNWuwc/WEB-INF/domain/uwcdomainconfig.properties: set uwc-user-attr-sunUCTheme=sunny
1. mkdir /var/opt/SUNWuwc/WEB-INF/skin/sunny
2. cp /var/opt/SUNWuwc/WEB-INF/skin/themes.properties /var/opt/SUNWuwc/WEB-INF/skin/sunny/themes.properties
3. Modify the relevant parameters in /var/opt/SUNWuwc/WEB-INF/skin/sunny/themes.properties
4. Restart webserver.
However after restarting the webserver, the UI is still displaying the default "uwc" theme.
Not sure if there are any additional steps that are missing from the docs?
Note: I did a dump of my session attributes - the value of "sunUCTheme" session attribute is "sunny".
Thanks in advance.

