Sun Java System Portal Server 7 Installation Guide

Basic Portal Configuration

XML Fragment

<PortalConfiguration>
		<PortalServer PortalAccessURL="http://@HOST.DOMAIN@:@PORT@/portal"
			PortalID="portal1"
			PortalWebappURI="/portal"
			SearchServerID="search1">
			<Instance InstanceID="myInstance">
				<WebContainerProperties
					.
					.
					.
				/>
			</Instance>
		</PortalServer>
</PortalConfiguration>

Tokens to Replace

@HOST.DOMAIN@

The host and domain name of the machine on which portal is to be configured.

@PORT@

Web container port at which portal has to be deployed

Values to Modify

PortalConfiguration PortalServer PortalAccessURL (optional)

If the DEPLOY URI is non-default, change /portal to the changed URI value.

PortalConfiguration PortalServer PortalWebappURI (optional)

If the DEPLOY URI is non-default, change, /portal to the changed URI value. In case of non-default DEPLOY URI, ensure that both PortalAccessURL and PortalWebappURI are specified in the configuration XML file.

PortalConfiguration PortalServer PortalID

Change portal1 to the required portal ID, which should be unique.

PortalConfiguration PortalServer Instance InstanceID

Change myInstance to the required instance ID, which should be unique.

PortalConfiguration PortalServer SearchServerID (optional)

Specifies which Search Server this portal samples are configured with. This is needed only if samples are configured.