Friday, November 7, 2014

Deploying theme's static file from one server to the other server

1. Use your browser to get the static files:
http://<firstServer>:<portNumber>/wps/mycontenthandler/dav/themelist/<themename>?mime-type=application/zip

2. Save the zip file and copy the file into the second server

3. In the second server go to /apps/IBM/WebSphere/wp_profile/ConfigEngine

4. Run:
./ConfigEngine.sh webdav-deploy-zip-file -DTargetURI=dav:themelist/<themename/ -DZipFilePath=<path to the zip file> -DUpdateMode=merge -DPortalAdminPwd=<portal admin password> -DWasPassword=<was admin password>

No comments:

Post a Comment