Loading...
Administration
Corporate Training
Development
Friendly URLs
IBM
IBM WebSphere Portal
IBM WebSphere Portal Server
Online Training
State Information
VirtualNuggets
http://ibmwebsphereportalonlinetraining.blogspot.com/2016/05/how-to-use-friendly-urls-in-websphere.html
1. In the portal WP Configuration Service(REP), set the custom property friendly.redirect.enabled to the value false.
2. In the theme, that you want configure, for short stateless URLs, set the parameter com.ibm.portal.theme.hasBaseURL to true.
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_8.5.0.xsd" type="update">
<portal action="locate">
<theme action="update" uniquename="ibm.portal.85Theme" >
<parameter_name="com.ibm.portal.theme.hasBaseURL"_type="string" update="set">true</parameter>
</theme>
</portal>
</request>
3. Make sure that all generated URLs in the theme do not include the navigational state. In the default theme, you can do this step by modifying the navigation.jsp and sideNavigation.jsp, mobilenavigation.jsp
navigation.jsp(Must Update two copies of this file in two different location)
·PortalServer_root\theme\wp.theme.themes\default85\installedApps\DefaultTheme85.ear\DefaultTheme85.war\themes\html\dynamicSpots
·PortalServer_root\theme\wp.theme.modules\webapp\installedApps\ThemeModules.ear\ThemeModules.war\themes\html\dynamicSpots
sideNavigation.jsp
PortalServer_root\theme\wp.theme.themes\default85\installedApps\DefaultTheme85.ear\DefaultTheme85.war\themes\html\dynamicSpots
mobileNavigation.jsp
PortalServer_root\theme\wp.theme.themes\default85\installedApps\DefaultTheme85.ear\DefaultTheme85.war\themes\html\dynamicSpots
<portal-navigation:urlGeneration_contentNode="${wp.identification[node]}" keepNavigationalState="false">
Administration,
Corporate Training,
Development,
Friendly URLs,
IBM,
IBM WebSphere Portal,
IBM WebSphere Portal Server,
Online Training,
State Information,
VirtualNuggets
VirtualNuggets
7049821441985283503
Post a Comment
Home
item
Blog Archive
Popular Posts
-
Adding New Language in Portal If you come to see that the date is not displaying as usual in portal, then you should know that the loc...
-
we can create multiple schedulers within a single server, cluster, node or cell. Each configured scheduler is an independent task schedul...
-
IBM WebSphere Portal Express provides a scripting platform that increases the potential for automated solution deployment and administrati...
-
1. In the portal WP Configuration Service(REP), set the custom property friendly.redirect.enabled to the value false. 2. In the theme,...
-
In WebSphere Portal, while you are creating a new page under content root, it will be shown on the quick links navigation. If you don...
-
Installation of IBM WebSphere Portal Here, we will show you the first (1 st ) phase of Installing IBM WebSphere Portal Express. Th...
-
Analysis Technique Bottle Neck Analysis Technique After having a portal at saturation, by taking a Java thread dump (using a kil...
-
How to change the default portal URI /wps/portal after installation ? Set the property WpsContextRoot to the new URI and run ./W...
-
Dojo comes with an amazing charting library, in the form of dojox.charting. You can create different types of versions 2D chart, 3D Chart,...