Removing the site toolbar on a production server
The site toolbar provides access to editing features for managed pages, including adding and editing pages and web content. Although essential for an authoring server, it is recommended that you disable the site toolbar on a delivery server. You can disable the toolbar for an entire portal or for specific virtual portals.
About this task
Procedure
- Log in to the WebSphere® Integrated Solutions Console as an administrator.
- Click .
- Click WP VirtualPortalConfigService.
- Update the appropriate configuration properties, depending
on whether you want to affect the entire portal or a specific virtual
portal.
- To affect the entire portal, complete the following steps:
- Click Custom properties.
- Edit the global.toolbar.enabled property, and set the value to false.
This setting disables the site toolbar for all virtual portals.
- To affect a specific virtual portal, complete the following
steps:
- Click Custom properties.
- To disable the site toolbar for the default virtual portal, edit the default.toolbar.enabled property, and set the value to false.
- For each virtual portal other than the default where you want
to disable the site toolbar, specify the following properties.
context.virtual_portal_context.property.toolbar.enabled
- Set the value to false. Replace virtual_portal_context with the context of the target virtual portal (for example,
context.vp1.property.toolbar.enabled
). hostname.virtual_portal_hostname.property.toolbar.enabled
- Set the value to false. Replace virtual_portal_hostname with the host name of the target virtual portal (for example,
hostname.vp.example.com.property.toolbar.enabled
).
If defined, the global.toolbar.enabled property acts as a fallback setting for virtual portals that have no values defined.
For more information about prefixes, placeholders, and the order in which properties are evaluated, see Virtual Portal Configuration Service
- To affect the entire portal, complete the following steps: