I hassled with trying to install the IBM WebSphere Portal Mobile Experience, following the instructions on IBM’s web site, but the theme never showed up on my Portal site. Turns out you need to go into your IBM/WebSphere/PortalServer/theme directory and edit components.properties. There should be one line in there:

wp.theme.themes/mobile=false

Yeah… Set that to true, save the file, and rerun the last command:

ConfigEngine deploy-paa -DappName=theme -DofferingName=PortalServer -DhostlnJMX=YOUR_PORTAL_HOST_NAME

“Yes, IBM, I really do want you to enable this thing that I am obviously trying to install.”