Configuring a Port Number

By default, the Century Electronics sample application uses port number 8080. To use sample indexes that contain port number 80, modify the collections_century.xml file index section by uncommenting one section for the next, as follows:

<!--
<index name="centuryassets" directory="centuryelectronics\centuryassets"></index>
<index name="centurycustomers" directory="centuryelectronics\centurycustomers"></index>
<index name="centuryemployees" directory="centuryelectronics\centuryemployees"></index>
<index name="centuryorders" directory="centuryelectronics\centuryorders"></index>
<index name="centuryplants" directory="centuryelectronics\centuryplants"></index>
<index name="centuryproducts" directory="centuryelectronics\centuryproducts"></index>
<index name="centurystores" directory="centuryelectronics\centurystores"></index>
-->
<index name="centuryassets" directory="centuryelectronics\port80\centuryassetsp80"></index>
<index name="centurycustomers" directory="centuryelectronics\port80\centurycustomersp80"></index>
<index name="centuryemployees" directory="centuryelectronics\port80\centuryemployeesp80"></index>
<index name="centuryplants" directory="centuryelectronics\port80\centuryplantsp80"></index>
<index name="centuryproducts" directory="centuryelectronics\port80\centuryproductsp80"></index>
<index name="centurystores" directory="centuryelectronics\port80\centurystoresp80"></index>

To use other port numbers, the Century Electronics data must be recreated using the feed procedures. All port number references in the magdemo_index_magnifyprops.fex report procedure must be updated accordingly.


WebFOCUS