Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Reconfigure ASP Server


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

Function
Explanation
function=change-server
Creates a new Sun ONE ASP-to-Web server linkage.
Parameters
 
engine=<path|name>
(user specified)
If a path is specified, the full path information will be used to identify the ASP engine being modified. If a name is specified (such as asp-server-3000), the path is assumed to reside within the current installation.
webserver_conf=<file path>
(user specified)
Specifies the location of the Web server configuration file to which you want to reconfigure the specified ASP engine.
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.

Example Usage

cd <install dir>
./configure-server function=change-server engine=asp-server-3000
  webserver_conf=/etc/httpd/conf/httpd.conf
 
./configure-server function=change-server engine=asp-server-3000
  webserver_conf=/etc/httpd/conf/httpd.conf
  webserver_binary=/usr/bin/httpd


ContentsPreviousNextIndex