Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

Changes to iPlanet Web Server Configuration Files

When Sun Chili!Soft ASP 3.6.2 is installed on a computer running iPlanet Web Server, the Sun Chili!Soft ASP setup program makes the following changes to the Web server's configuration files:

·   It adds lines to the beginning of the obj.conf file (for Netscape Web Server 4.1) or the magnus.conf file (for iPlanet Web Server 6.0) as follows:

On Solaris:

In obj.conf:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib=

"[C-ASP_INSTALL_DIR]/module/sunos5_optimized/netscape_6.x/nes_casp2.sl"

Init fn="caspinit" casplib="[C-ASP_INSTALL_DIR]/asp-[server]-[PORT]"

In magnus.conf:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib=

"[C-ASP_INSTALL_DIR]/module/sunos5_optimized/netscape_6.x/nes_casp2.so"

Init fn="caspinit" casplib="[C-ASP_INSTALL_DIR]/asp-[server]-[PORT]"

On HP-UX:

In obj.conf:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib=

"[C-ASP_INSTALL_DIR]/module/ux11_optimized/netscape_6.x/nes_casp2.sl"

Init fn="caspinit" casplib="[C-ASP_INSTALL_DIR]/asp-[server]-[PORT]"

In magnus.conf:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib=

"[C-ASP_INSTALL_DIR]/module/ux11_optimized/netscape_6.x/nes_casp2.so"

Init fn="caspinit" casplib="[C-ASP_INSTALL_DIR]/asp-[Server]-[PORT]"

On Linux:

In obj.conf:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib=

"[C-ASP_INSTALL_DIR]/module/linux2_optimized/netscape_6.x/nes_casp2.sl"

Init fn="caspinit" casplib="[C-ASP_INSTALL_DIR]/asp-[server]-[PORT]"

In magnus.conf:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib=

"[C-ASP_INSTALL_DIR]/module/linux2_optimized/netscape_6.x/nes_casp2.so"

Init fn="caspinit" casplib="[C-ASP_INSTALL_DIR]/asp-[server]-[PORT]"

·   It adds the following lines to the default object section of obj.conf:

<Object name=default>

NameTrans fn="casptrans"

Service method=(GET|POST) type="chilisoft-internal/active-server-page" fn="caspreq" casplib="[C-ASP_INSTALL_DIR]/asp-[server]-[PORT]"

</Object>

·   It adds the following lines to the mime.types file:

type=chilisoft-internal/active-server-page exts=asp,asa

[C-ASP_INSTALL_DIR] resembles: /opt/casp

[SERVER] resembles: netscape

[PORT] resembles: 3000

·   It comments out support for ASAP WebShow in the mime.types file because it also uses the .asp extension:

## by Chili!Soft ASP install: type=application/x-asp exts=asp

Note

Sun Chili!Soft ASP supports only one instance of LoadObjects in the iPlanet Web Server magnus.conf file.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.