Sun Java System Portal Server 7.1 Developer Sample Guide

Preface

The Sun Java System Portal Server Developer Sample Guide includes sample customizations and detailed instructions for customizing the Sun JavaTM System Portal Server software Developer Sample portal.

Who Should Use This Book

The Developer Sample Guide is intended for use by administrators and other individuals responsible for customizing the Developer Sample desktop.

Audience for this guide should already understand the following technologies:

Related Books

The http://docs.sun.com/coll/1483.1 SM web site enables you to access Sun technical documentation online. You can browse the archive or search for a specific book title or subject.

Related Third-Party Web Site References

Third-party URLs are referenced in this document and provide additional, related information.


Note –

Sun is not responsible for the availability of third-party web sites mentioned in this document. Sun does not endorse and is not responsible or liable for any content, advertising, products, or other materials that are available on or through such sites or resources. Sun will not be responsible or liable for any actual or alleged damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods, or services that are available on or through such sites or resources.


Documentation, Support, and Training

The Sun web site provides information about the following additional resources:

Typographic Conventions

The following table describes the typographic conventions that are used in this book.

Table P–1 Typographic Conventions

Typeface 

Meaning 

Example 

AaBbCc123

The names of commands, files, and directories, and onscreen computer output 

Edit your .login file.

Use ls -a to list all files.

machine_name% you have mail.

AaBbCc123

What you type, contrasted with onscreen computer output 

machine_name% su

Password:

aabbcc123

Placeholder: replace with a real name or value 

The command to remove a file is rm filename.

AaBbCc123

Book titles, new terms, and terms to be emphasized 

Read Chapter 6 in the User's Guide.

A cache is a copy that is stored locally.

Do not save the file.

Note: Some emphasized items appear bold online.

Shell Prompts in Command Examples

The following table shows the default UNIX® system prompt and superuser prompt for the C shell, Bourne shell, and Korn shell.

Table P–2 Shell Prompts

Shell 

Prompt 

C shell 

machine_name%

C shell for superuser 

machine_name#

Bourne shell and Korn shell 

$

Bourne shell and Korn shell for superuser 

#

Default Paths and File Names

The following table describes the default paths and file names used in this book.

Table P–3 Default Paths and File Names

Term  

Description  

PortalServer-base

Represents the base installation directory for Sun Java System Portal Server software. The Portal Server software default base installation and product directory depends on your specific platform: 

SolarisTM systems:/opt/SUNWportal

Linux systems: /opt/sun/portal

AccessManager-base

Represents the base installation directory for Sun Java System Identity Server software. The Identity Server software default base installation and product directory depends on your specific platform: 

Solaris systems: /opt/SUNWam

DirectoryServer-base

Represents the base installation directory for Sun Java System Directory Server software. The Directory Server software default base installation is /opt/SUNWdsee.

ApplicationServer-base

Represents the base installation directory for Sun Java System Application Server software. The Application Server software default base installation is /opt/SUNWappserver.

WebServer-base

Represents the base installation directory for Sun Java System Web Server software. The Web Server software default base installation is /opt/SUNWwbsvr7.

PortalServer-DataDir

Represents the directory where JavaServerTM Pages (JSP), templates and property files, and tag libraries are installed. By default, this is:

  • /var/opt/SUNWportal on Solaris

  • /var/opt/sun/portal on Linux