The Configuration button on the main AshLPD dialog opens up a text editor where you can modify the configuration settings for AshLPD. A typical configuration file looks something like this:
[ASHLPD]
PORT=31515
VERBOSE=0
;# of days to archive files in ASHLPD: before deleting
ARCHIVE=1
The most important of the above settings is the PORT number, which must match the port specified in the ASHLPR.INI configuration file on the application server. VERBOSE may be set to a value greater than 0 to increase the amount of information displayed in the scrolling event log. The ARCHIVE option determines how long files remain in the ASHLPD: working directory before they are deleted.