The following patterns are used  in the template files

%%%INT_ENV_PATH%%% is <ws-installation-dir>/lib
%%%WS_INSTALL_ROOT%%% is <ws-installation-dir>
%%%WS_INSTANCE_ROOT%%% is <ws-installation-dir>
%%%WS_INSTANCE_NAME%%% is https-...
%%%INT_INSTANCE_NAME%%% is same as above
%%%WS_SERVER_USER%%% by default is webservd
%%%WS_HTTP_PORT%%% by default is 8080
%%%WS_SERVER_NAME%%% is the value to be specified in server-name or host usually hostname
%%WS_CONFIG_NAME%%% is the value to be specified in default-virtual-server-name

Please define the following before gmake and gmake install

WS_INSTALL_ROOT=`pwd`/ws
WS_CONFIG_NAME=https-test
WS_INSTANCE_NAME=https-test
INT_INSTANCE_NAME=https-test
WS_SERVER_USER=webservd
WS_HTTP_PORT=8080
WS_SERVER_NAME=$(shell hostname)
WS_INSTANCE_ROOT=$(WS_INSTALL_ROOT)
INT_ENV_PATH=$(WS_INSTALL_ROOT)/lib

gmake
gmake install
