Appendix: Expere Engine Sample Transforms.xml file

Below is a sample of the Transforms.xml file used in the Expere Engine installation.

<Transforms>
	<Transform FileName="Installs\Expere.msi" Category="Sample">
		<Property Id="CONTENTREPOSITORY" Value="\\\\LABW6412HVM991.WKMNLAB.NET\\ExpereRepository\\DeployedContent"/>
		<Property Id="BUILDREPOSITORYPATH" Value="\\\\LABW6412HVM991.WKMNLAB.NET\\ExpereRepository\\BuildContent"/>
		<Property Id="ERLCONTENTREPOSITORY" Value="\\\\LABW6412HVM991.WKMNLAB.NET\\ExpereRepository\\DeployedERLContent"/>
		<Property Id="RUNASUSER" Value="1" />
		<Property Id="SERVICE_USER" Value="NA\DGS-CI-SRVC"/>
		<Property Id="SERVICE_PASSWORD" Value="************"/>
		<!-- Java Properties -->
		<Property Id="INITIAL_JVM_MEMORY" Value="2048M" />
		<Property Id="MAX_JVM_MEMORY" Value="8192M" />
		<Property Id="EXPERE_DB" Value="ExpereDB"/>
		<Property Id="EXPERE_DB_HOST" Value="LABW6408HVM988.WKMNLAB.NET"/>
		<Property Id="ENABLE_ORGANIZATION_CACHE" Value="false"/>
		<Property Id="NEWRELIC" Value="false" />
		<!-- WAS -->
    	   <Property Id="WAS_HOST_BIND" Value="127.0.0.1" />
    	   <Property Id="WAS_PORT_BIND" Value="8080" />
	</Transform>
</Transforms>