Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Add ASP Server


This functionality is used to add an ASP engine to an installation. The scriptable interface (configure-server) is described in the following table.

Function
Explanation
function=add-server
Creates a new Sun ONE ASP-to-Web server linkage.
Parameters
 
webserver_conf=<file path>
(user specified)
Specifies the location of the Web server configuration file, used to create the ASP Server-to-Web server linkage.
webserver_binary=<file path>
(default=auto-detect)
Specifies the location of the Web server binary file.
webserver_restart=<yes|no>
(default=yes)
Specifies whether to restart the Web server once Sun ONE ASP has been configured.
webserver_overwrite=<yes|no>
(default=no)
Specifies whether to overwrite any previous Sun ONE ASP installation currently linked to the specified Web server.
install_docs=<yes|no>
(default=yes)
Specifies whether Sun ONE ASP documentation should be made visible to the Web server (/caspdoc).
start_asp=<yes|no>
(default=yes)
Specifies whether Sun ONE ASP should be started once configuration is complete.
start_asp_onboot=<yes|no>
Specifies whether Sun ONE ASP should be started on system reboot. For interactive command-line functionality for this setting, see Starting on System Boot.

Example Usage

cd <install dir>
./configure-server function=add-server
    webserver_conf=/etc/httpd/conf/httpd.conf
 
./configure-server function=add-server
    webserver_conf=/home/deanb/my-httpd.conf
    webserver_binary=/usr/bin/httpd start_asp_onboot=no


ContentsPreviousNextIndex