Sun Java System Portal Server 7 2005Q4 Release Note Supplement

Netlet Proxy Configuration


Tip –

See example11.xml file.


XML Fragment

<ComponentsToConfigure>
		<component>netletproxycomponent>netletproxy>
</ComponentsToConfigure>
<PortalServer PortalAccessURL="http://@PSHOST.DOMAIN@:@PORT@/portal">
</PortalServer>
<NetletProxy Profile="default">
		<SRAInstance
			Protocol="https"
			Host="@HOST.DOMAIN@"
			Port="@NETLET.PROXY.PORT@"
			IPAddress="@IPADDRESS@" 
			LogUserPassword="@SRA.LOGUSER.PASSWORD@" 
		StartInstance="true"/>
</NetletProxy>
<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 Netlet Proxy is to be configured

@NETLET.PROXY.PORT@

Port on which Netlet Proxy is to run

@IPADDRESS@

IP address of the machine on which Netlet 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

NetletProxy Profile

Change this if the default profile is not to be used

NetletProxy SRAInstance StartInstance

Change if start on install is not required

CertificateInformation

Change attributes in this section accordingly