WebSphere Portal Server - How to install customize theme/skin in WPS6?

This is Interesting: Free IT Magazines  
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?
sam

2007-06-27, 1:22 am

Hi,

I need to install my own theme/skin in WPS6, any info of the instructions?

I'll appreciate any help.

Regards,

2007-06-27, 1:22 am

** 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

2007-06-27, 1:22 am

BTW
The Portal Information Center is your best friend:

http://publib.boulder.ibm.com/infoc...dgn_dpycst.html

Cheers Bruce
sam

2007-06-27, 1:22 am

thank you so much!
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com