Configuration options file for typical install

The following example shows a sample configuration options file for a typical installation type.

##################################################
#       Typical Installation 
#       (Single-Server Installation)
#
#       Parameters:
#           installLocation
#           HUB_CONTAINER_PORT
#           CONTAINER_RMI_PORT
#           HYENA_PORT
################################################### The Installation Directory
-P installLocation=“C:\Program Files\Sybase\Search3.1” 

# The installation type - must be “TypicalInstallation” # for this options file
-V IS_SELECTED_INSTALLATION_TYPE=“TypicalInstallation” 

# The port number on which the single container 
# will run
-V HUB_CONTAINER_PORT=“8001”

# The port number on which the Hub Container RMI service # will run
-V CONTAINER_RMI_PORT=“7000”

# The port number on which the Hyena Web Server 
# will run
-V HYENA_PORT=“8081”