############################################################################## # This file contains common properties for manual Webclient TestBase # # (please change prop values before making and using testbase) # # # ############################################################################## ################################ HTML_ROOT ################################### # HTML_ROOT should be pointed to your HTTPD server entry # for example on http://myserv.com/webclient HTML_ROOT=http://rampriya.eng:8080/webclient/manual ############################## HTML_ROOT_DIR ################################# # HTML_ROOT_DIR should be pointed to directory on your local filesystem # where HTML documents should be placed # for example on /home/avm/httpd/htroot/webclient HTML_ROOT_DIR=/opt/JavaWebServer1.1.3/public_html/webclient/manual ############################## CGI_BIN_ROOT ################################## # CGI_BIN_ROOT should be pointed to your HTTPD server cgi-bin entry # for example on http://myserv.com/cgi-bin/webclient CGI_BIN_ROOT=http://rampriya.eng:8080/cgi-bin/webclient/manual ############################## CGI_BIN_ROOT_DIR ############################## # CGI_BIN_ROOT_DIR should be pointed to directory on your local filesystem # where CGI-scripts should be placed # for example on /home/avm/httpd/cgi-bin/webclient_cgi CGI_BIN_ROOT_DIR=/opt/JavaWebServer1.1.3/public_html/cgi-bin/webclient/manual ################################ PERL_DIR ################################### # PERL_DIR should be pointed to directory on your filesystem # where perl program located.Run a "which perl" command to find out on Sparc Solaris # for example on /usr/local/bin or /pkg/gnu/bin PERL_DIR=/pkg/gnu/bin ############################## HTTP_URL ############################## # HTTP_URL should be equals to well http url # for example on http://earth:8080/index.html HTTP_HOST=http://rampriya.eng:8080/ ############################## HTTP_URL ############################## # HTTPS_URL should be equals to well https url # for example on https://www.verisign.com/ HTTPS_URL=https://www.verisign.com/ ############################## FTP_URL ############################## # FTP_URL should be equals to well ftp url with username and passwd if needed # for example on ftp://guest:guest@polar # FTP_URL=ftp://guest:guest@polar ############################## FILE_URL ############################## # FILE_URL should be equals to well file:/// url # for example on file:///tmp/1.html FILE_URL=file:///tmp/ ############################## GOPHER_URL ############################## # GOPHER_URL should be equals to well gopher url # doesn't know gopher servers. Should be removed ? GOPHER_URL= ############################################################################## # # Additional parameters. In common case you MUST NOT change it. # ################################################################################ TEMP_LST_FILE=WebClientTests.lst.selected LST_FILE=WebClientTests.lst CURRENT_LOG_DIR=CurrentLog RESULT_FILE=result.txt START_HTML=manual/index.html FINISH_HTML=manual/finish.html