Heard quite a bit about IBM WebSphere Portal Mobile Experience V7.0 and one fine day got a call to setup a POC for that. Excited!!! I have been kept in dark before this specifically in the Mobile Portal space. So before jumping in, I have started looking out for useful information on the net. I have included some really good resources in the reference section which you can access for more details.
So, my first task was to download IBM WebSphere Portal Mobile Experience V7.0 and install it. It's available under IBM Solutions Catalog on the Lotus Greenhouse community site.
Here are the steps how you can install it and apply it to the portal pages. The prerequisite is to download and install IBM WebSphere Portal Solution Installer.
So, my first task was to download IBM WebSphere Portal Mobile Experience V7.0 and install it. It's available under IBM Solutions Catalog on the Lotus Greenhouse community site.
Here are the steps how you can install it and apply it to the portal pages. The prerequisite is to download and install IBM WebSphere Portal Solution Installer.
- Download the “SolutionInstaller_1.2.0.4.zip” and extract it in a respective folder.
- Extract the SolutionInstaller.zip file to a temporary directory. For example: C:\temp\
- Find settings.properties in the C:\temp\SolutionInstaller\commands\windows directory.
Profile_Directory=C:/IBM/WebSphere/wp_profile
- Execute the command for installation of "install-SolutionInstaller.bat" in the following location.
- Locate the mobile_theme.paa included with the IBM WebSphere Portal Mobile Experience catalog package.
- From the ConfigEngine prompt, run this command to install the .paa file
-DofferingName=PortalServer
- From the ConfigEngine prompt, enter this command to configure the .paa file:
-DhostlnJMX==
In our case : ConfigEngine.bat deploy-paa -DappName=theme -DofferingName=PortalServer
-DhostlnJMX==idr-portal.yash.com
You have to wait for some time as it will take few mins to complete the deployment.
- After the deployment is successful, restart WebSphere® Portal.
- Now check the Themes and Skins Page in the IBM WebSphere Portal Console to ensure that Mobile Theme is now deployed in the Portal.
- Now create a New Page and add the theme to "Mobile" theme.
- Deploy the same portlet in 2 pages- One with Mobile theme and the other with page Builder theme and check the difference.
- The portal view in Non-Mobile theme (Page Builder theme)
- The portal view in Mobile theme.
- Location of Mobile theme.
D:\IBM7\WebSphere\PortalServer\theme\wp.theme.themes\mobile\installedApps\wp.theme.themes.mobile.ear\wp.theme.themes.mobile.war\themes\html
- WebSphere Portal Wiki: IBM WebSphere Portal Mobile Experience
- Perficient Blog : Initial Impressions of IBM Portal Mobile Experience
6 comments:
Hi mihir , after applying the mobile theme to an existing portlet my application is not getting displayed,
Can you share what errors or behavior you are seeing on portal or portal logs? Hope the configuration scripts run successfully.
Thank for the reply .. There is no error or exception in the log. And the config script run fine too.. I can send you the screen shot of how does it look after applying the theme on
You can send the screen shot on my gmail ID, shahmihir13@gmail.com
thanks a ton..that was it..the installation was wrong..have reinstall the theme again and it worked perfect..:)
Hi Mihir,I am trying to change the theme based on the browser the request is hitting from (for instance if its comming from mobile browser then apply mobile theme if pc-browser then apply default theme)..can you please assist?
Post a Comment