Installing the Web Survey Daemon on UNIX
The following procedure describes how to install the Web Survey Daemon on a UNIX server.
To install the Web Survey Daemon on UNIX
On a UNIX server, perform the following steps:
Make an installation directory named wsd using the following command:
mkdir wsd
Copy the Web Survey Daemon installation program from the installation media to the directory that you created.
In the Web Survey Daemon installation directory, run the Web Survey Daemon installation program.
In the WSD installation directory, open the tomcat-ctl.sh file and, after the line
#Execute the bundled (integrated) tomcat,
add the following:# get the name of this program JAVA_HOME=/usr/jre1.5.0_06 export JAVA_HOME
- Before the text,
# get the name of this program
, add the following line:PROGNAME=`basename $0`
In the bin directory for the WSD installation, open the setenv.sh file and make sure the path provided for configuration directory is correct. For example:
CATALINA_OPTS="-Dwebsurvey.configDir=/export/home/qa7/wsd/webapps/websurveys/config"
Use the
CHMOD 777 *
command to grant Read, Write, and Execute permissions to all the files in the WSD directory.Configure the WSD. For details, see Configuring the Web Survey Daemon.