Sun Java System Portal Server 7.1 Configuration Guide

Configuring a Sample Portal

Portal Server software three types of sample portals: the Developer Sample, Enterprise Sample, and Community Sample. Each sample is created under its own sub-org for ease of management. You can configure any of the samples or all of the samples.

ProcedureTo Configure a Sample Portal

  1. Include the following in the configuration XML file.

    <PortalConfiguration>
    		<PortalServer 
    			.
    			.
    			.
    		>
    			<SamplePortal>
    				<Sample Name="DeveloperPortal"/>
    				<Sample Name="EnterprisePortal"/>
    				<Sample Name="CommunityPortal"/>
    			</SamplePortal>
    			.
    			.
    			.
    		</PortalServer>
    </PortalConfiguration>