Portlet container custom properties

You can configure name-value pairs of data, where the name is a property key and the value is a string value that you can use to set internal system configuration properties. Defining a new property enables you to configure a setting beyond that which is available in the administrative console. The following is a list of the available portlet container custom properties.

To specify Portlet container custom properties:

  1. In the administrative console click Servers > Application Servers > server_name > Portlet Container settings > Portlet Container
  2. Under Additional Properties select Custom Properties.
  3. On the Custom Properties page, click New.
  4. On the settings page, enter the name of the custom property that you want to configure in the Name field and the value that you want to set it to in the Value field.
  5. Click Apply or OK.
  6. Click Save on the console task bar to save your configuration changes.
  7. Restart the server.

Following is a list of custom properties provided with the Application Server.

Using full names for Portlet and PortletApplication MBeans

Portlet MBeans are registered by both their short name and full name. If your application requires unique MBean names, you can use the useShortMBeanNames custom property to use the registered full MBean names. To disable the use of short MBean names, create the following name-value pair:

Name Value
useShortMBeanNames false
MBeans registered by the full identifiable name, have the following format:
<ApplicationName>#<WARfilename.war>_portlet.<portlet_name> for the Portlet MBean
<ApplicationName>#<WARfilename.war>_portlet for the PortletApplication MBean
where, <..> is replaced by the corresponding application data. For example, SampleApplication#SamplePortlet.war_portlet.SamplePortlet.



Related tasks
Task overview: Managing portlets
Related reference
Portlet and PortletApplication MBeans
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 12:02:36 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-zos&topic=rport_custom_props
File name: rport_custom_props.html