How to check if WCM is installed with Portal Server installation or not?

IBM WebSphere Portal comes in many different versions with different product bundles, so if you are planning to work on WCM, it is important to check that you are installing the correct version of portal: Base, Enable, Extend and Express. Some of them include WCM and some of them not. There are different ways to check if WCM is installed with current Portal installation or not.

Method 1: Check the Portal version and the installed capabilities, including WCM by looking at the websphere portal version info file.

/wp_profile / Portal Server / bin / WPVersionInfo.bat

Method 2 : Open the file wps.properties file located at /wp_profile/ PortalServer/ directory and check if your Portal installation has WCM you will have a line like this one:

WPFamilyName=wcm   (WCM installed)
WPFamilyName=server  (WCM not installed)

Verification using Portal Admin console 

1. Login to portal admin console.
2. Go to applications tab.
3. Click "Web Content Management" tab. If the tab doesn't exists that means WCM is currently not installed.

No comments:

Post a Comment