First Previous Next Last Core Development Guide  

CHAPTER 15    Application Administration Using the PAC

This chapter describes application administration using the PAC. It includes these sections:

 
Top of page

About the PAC

To administer a running Director application, use the browser-based Portal Administration Console (PAC). The PAC is a predefined Director Web tier application that you can use immediately after deploying any Director project that includes the Portal subsystem.

The PAC provides a point-and-click user interface for administering the Framework, Portal, User, Directory, and Security subsystems.

NOTE:   The name Portal Administration Console is a legacy from SilverStream ePortal (a previous incarnation of Director) and is somewhat misleading. The PAC provides an administrative interface to several Director subsystems in addition to the Portal.

 
Top of page

Accessing the PAC

Use a Web browser to access the PAC. In your Web browser, type a URL consisting of:

NOTE:   In a WAR project, PAC/main does not work. Instead, you need to specify the name of your WAR project, followed by main/pages/PacPortDetails.html. In a WAR project, the Portal home page includes a link to the PAC so you do not type this URL.

EAR Example:

  http://localhost/Director/MyEAR/PAC/main

WAR Example:

  http://localhost/Director/MyWAR/main/pages/PacPortDetails.html

Alternative (EAR projects only)   In your Web browser:

  1. Type an URL consisting of an http:// prefix followed by the name of your J2EE application server. Example:

      http://localhost
    
  2. Then click the following links in the order shown:

 
Top of page

Logging in to the PAC

The PAC login page asks for a user name and password.

eP-PAC-Login

NOTE:   In a WAR project, the PAC uses the Login page for the Portal, rather than the one shown above.

Type an authorized user name and password and click OK.

CAUTION:   For a new Director application, log in using the default user name Administrator and password Admin. Add your actual administrative users to the PAC access control list (ACL), then either change the password for Administrator or delete Administrator from the user list.

NOTE:   User names and passwords may be case sensitive depending on how the realm is configured. See the User Management Guide for information about configuring realms.

 
Top of page

Using the PAC

When the PAC opens in your browser, examine the toolbar:

PAC-Toolbar

Each tool administers a different subsystem.

For more information    Use the links below for information about specific subsystems:

portal off

Using the Portal Section of the PAC in the Portal Guide

profiles off

Using the Profiles Section of the PAC in the User Management Guide

configuration off

Application Configuration Using the PAC in this book

security off

Using the Security Section of the PAC in the User Management Guide

directory off

Using the Directory Section of the PAC in the User Management Guide

    First Previous Next Last Core Development Guide  

Copyright © 2000, 2001, 2002, 2003 SilverStream Software, LLC, a wholly owned subsidiary of Novell, Inc. All rights reserved.