Sun Java System Portal Server 7 2005Q4 Release Note Supplement

Rewriter Proxy Configuration


Tip –

See example12.xml file.


XML Fragment

<ComponentsToConfigure>
		<component>rewriterproxycomponent>rewriterproxy>
</ComponentsToConfigure>
<PortalServer PortalAccessURL="http://@PSHOST.DOMAIN@:@PORT@/portal">
</PortalServer>
<RewriterProxy Profile="default">
		<SRAInstance
			Protocol="https"
			Host="@HOST.DOMAIN@"
			Port="@REWRITER.PROXY.PORT@"
			IPAddress="@IPADDRESS@" 
			LogUserPassword="@SRA.LOGUSER.PASSWORD@" 
		StartInstance="true"/>
</RewriterProxy>
<CertificateInformation
		Organization="Sun Microsystems"
		Division="Software"
		CityOrLocality="Santa Clara"
		StateProvince="CA"
		CountryCode="US"
	CertificateDatabasePassword="@SRA.CERTDB.PASSWORD@"/>

Tokens to Replace

@HOST.DOMAIN@

The host and domain name of the machine on which Rewriter Proxy is to be configured

@REWRITER.PROXY.PORT@

Port on which Rewriter Proxy is to run

@IPADDRESS@

IP address of the machine on which Rewriter Proxy is to run

@PSHOST.DOMAIN@

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

@PORT@

Port on which portal instance is to run

@SRA.LOGUSER.PASSWORD@

SRA log user password

@SRA.CERTDB.PASSWORD@

SRA Certificate database password

Values to Modify

RewriterProxy Profile

Change this if the default profile is not to be used

RewriterProxy SRAInstance StartInstance

Change if start on install is not required

CertificateInformation

Change attributes in this section accordingly