How to create custom theme in websphere portal 8.5 (EAR in RAD)? - portal

http://www-10.lotus.com/ldd/portalwiki.nsf/xpViewCategories.xsp?lookupName=Developing%20Themes%20for%20WebSphere%20Portal%208.5
I have this link to create custom theme in portal 8.5, but its from webdav but my requirement is bit different, Custom theme should be in RAD as a EAR, So that no need to connect webdav for the changes.

I did not try it on Portal 8.5, but this guide describes how you can package a theme in a ear file and install it using RAD
Theme Ear file deployment step by step guide

Check out the links below:
Developing IBM WebSphere Portal 8.5 EAR Themes: A Step-by-Step Guide
Developing Themes for WebSphere Portal 8.5
Custom Theme Creation WebSphere Portal 8.5 CF1
How do I create a copy of the WebSphere Portal V8.5 theme? 1/7 - Copy the static theme resources

Related

How to create cloud portal and pages for it in Liferay 7.2 portal?

A year ago, We had embedded the Dashboard in Liferay 6.2 portal easily as using the following link.
https://www.syncfusion.com/kb/10328/publishing-dashboards-in-liferay
Now, we couldn't achieve the same in current the Liferay 7.2. Current UI is not same as old Liferay 6.2, it totally different from old UI.
I know, how to embed the dashboards in other application and portal. But don't know the ways to create cloud portal and go to Pages section on it.
How to create cloud portal easily and go to Pages section to achieve my embedding part?

Missing Apps Menu Liferay

After Log in to marketplace from liferay portal. I can't find anymore apps menu to add some applications.
Server Linux Log

How to deploy and access portlet using IBM portal server

I have a Portlet that I know works and deployed successfully about 3 years ago. Now someone has asked for a change and I've totally forgotten how to deploy it for development on my local machine.
I have a local copy of IBM Portal server and have exported the portlet as a war file and deployed inside IBM Portal Server like so.
Go to http://mymachine:10038/wps/portal/. Under Portal Management
Select portlets.
I then selected Web Modules and installed my way file successfully.
Now it appears under the Portlets tab...
So far so good. But I am stuck now on how to hit my Portal application in the browser. How do I actually get to the Portlet url?
thanks
1) Build portlet as .war file
2) In portal Administration go to Web Modules
3) Lookup installed portlet and press Update or Instal button if new
portlet application
4) Go to Manage Pages and create empty page or select existing page
5) Press pen button to select and put portlet on the page
6) Open the page and you should see your portlet

The project targets '.NET Framework 4.5' which is not supported on the Windows Azure virtual machine (OSFamily = '4')

I have a asp.net project that is published to azure as a cloud service.
The asp.net project targets the .net 4.5 framework. Its currently deployed to azure and works.
However when I publish it to azure form Visual Studio, I get the following warning#
warning WAT250: The project targets '.NET Framework 4.5' which is not supported on the Windows Azure virtual machine (OSFamily = '4'). To make sure that the role starts, update the 'osFamily' attribute in the service configuration file 'ServiceConfiguration.Cloud.cscfg'. See http://go.microsoft.com/fwlink/?LinkId=262840 from more information.
My project targets osFamily="4", which is Windows Server 2012 R2, and according to the link http://go.microsoft.com/fwlink/?LinkId=262840, Windows Server 2012 R2 supports the .net 4.5 framework, so why do I get a warning?
My file contains the following osFamily="4" osVersion="*" and also my role does start without any problems.....
Can anyone advise on why I get this warning?
Perhaps you need to update your Azure SDK?

Liferay portal to extract portlet as different web application

I am new to Liferay portal. Is there any possibility within Liferay portal to extract portlet as different web application?
Plugin portlets are typically deployed as a separate web application. If you're asking about Liferay's core portlets: No, they are contained in Liferay. All of the plugins are downloaded separately and installed as a different web application
If you want share your portlet, Liferay has some features.
Drag and drop your portlet in page and then click on configuration icon.
In the popup select Sharing tab
You can choose your preferred sharing mode (embedded javascript, facebook,.).
When you share a portlet, be careful about permission settings otherwise users will not be able to view it.
Another chance is to use porltet url, see FriendlyUrlMapper wiki
This is an example for portlet HelloWorld in /web/guest/home page
http://localhost:8080/web/guest/home?p_p_id=helloWorld_WAR_HelloWorld&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1

Resources