Book Image

Oracle WebCenter 11g PS3 Administration Cookbook

By : Yannick Ongena
Book Image

Oracle WebCenter 11g PS3 Administration Cookbook

By: Yannick Ongena

Overview of this book

<p>Oracle WebCenter Suite 11g is the modern user experience platform for the enterprise and the Web. Oracle WebCenter Suite 11g delivers social and collaborative services to help optimize connections between people, information, and applications. WebCenter has changed a lot with its last release. This book will guide you through all the important and new features for managing and administering WebCenter with advanced recipes.</p> <p><i>Oracle WebCenter 11g PS3 Administration Cookbook</i> is a practical guide that provides over 90 advanced recipes with step-by-step instructions covering important aspects of managing and administering Oracle WebCenter.</p> <p>The book starts by creating an enterprise portal with WebCenter and enhancing it with the new features from the latest 11g version. It then teaches you to build complex navigation models and page hierarchies in detail. It then dives into building Wikis and integrating content with document services. Finally it covers the important administrative concepts of WebCenter Spaces, security, and managing WebCenter applications.</p>
Table of Contents (21 chapters)
Oracle WebCenter 11 PS3 Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Specifying the default navigation model


When your portal has multiple navigation models, you want to specify which one is the default. This is done in the adf-config.xml configuration file.

Getting ready

For this recipe, you need a WebCenter portal application.

How to do it...

  1. 1. In JDeveloper, open the adf-config.xml file. It can be found in the Application resources in the Descriptors/ADF META-INF folder.

  2. 2. Open the source tab.

  3. 3. Look for the following code:

    <portal:adf-portal-config>
    <portal:preferences>
    <portal:preference id="oracle.Webcenter.portalapp.navigation.model"
    desc="Default Navigation Model" value="/oracle/Webcenter/portalapp/navigations/default-navigation-model.xml"
    resourceType="navigation" display="true"/>
    
  4. 4. Change the value attribute to the path of the navigation model you want to use as a default.

How it works...

When the portal starts, it will read the preferences from the adf-config,xml. Based on that, the navigation model specified in the portal:preferences...