|
Home > Archive > WebSphere Portal Server > June 2007 > How to install customize theme/skin in WPS6?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to install customize theme/skin in WPS6?
|
|
|
| Hi,
I need to install my own theme/skin in WPS6, any info of the instructions?
I'll appreciate any help.
Regards,
| |
|
| ** assuming you are using windows here **
You can update your theme and skins by extracting the wps.ear (portal application), expanding the wps.ear, update the theme + skin, collapsing the wps.ear and then redeploying.
Here's some tips:
In the WAS bin directory (cmd line), run:
wsadmin.bat -user <username> -password <password> -c "$AdminApp export wps C:/temp/wps.ear"
Use the expander tool:
EARExpander.bat -ear C:\temp\wps.ear -operationDir C:\temp\wps_expanded -operation expand
Replace the themes and skins:
C:\temp\wps_expanded\wps.war\themes\<markup>\
C:\temp\wps_expanded\wps.war\skins\<markup>\
Collapse the ear back:
EARExpander.bat -ear C:\temp\wps.ear -operationDir C:\temp\wps_expanded -operation collapse
Redeploy:
wsadmin.bat -user <username> -password <password> -c "$AdminApp install C:/temp/wps.ear {-update -appname wps}"
Restart Portal
Good Luck
| |
|
|
|
|
|
|
|