Skip to content

executables.cfg

Introduction

Name

executables.cfg 

Location

~/conf/ 

Description

Defines locations of programs used by Funnelback.

Format

The format of the file is a set of name=value pairs, one per line.

Example

Linux:

htpasswd_modify=$SEARCH_HOME/web/bin/change_password.sh
htpasswd_delete=/usr/bin/htpasswd -D
java=$SEARCH_HOME/linbin/jdk1.6.0_03/bin/java

Windows:

htpasswd_modify=$SEARCH_HOME\web\bin\change_password.bat
htpasswd_delete=$SEARCH_HOME\wbin\htpasswd.exe -D
java=$SEARCH_HOME\wbin\jdk1.6.0_03\bin\java.exe

In the examples above, the $SEARCH_HOME string will be expanded to use the location into which Funnelback has been installed.

top

Funnelback logo
v15.24.0