User guide

Setting up Business Servers
3-15
For details about the environment configuration file for Sun ONE Web Server, refer to “NSAPI
Programmer’s Guide for Sun ONE Web Server” in the Sun ONE Web Server manual.
Integrating into Sun ONE Web Server Enterprise Edition 6.0
To use Sun ONE Web Server Enterprise Edition 6.0, edit the environment configuration file for Sun ONE
Web Server.
The following shows the items to be added to the environment configuration file, for Sun ONE Web
Server required for operation as a business server.
Environment Configuration File Name and Storage Destination
Environment configuration file name
magnus.conf
obj.conf
Storage destination of environment configuration file
/usr/iplanet/servers/https-INSTANCE_NAME/config(*1)
*1 https-INSTANCE_NAME is the name of the server set up by the user. For example, it becomes
https-www.fujitsu.com if the server name is https-www.fujitsu.com
/usr/iplanet/servers/https-www.fujitsu.com/config/magnus.conf
Table 3-4 Settings for initialization of a business server
Item name Contents
Init There are two settings for initialization of a business server.
[First]
Specify “load-modules” for the fn argument.
Specify “/usr/lib/ssoatzipl.so” for the shlib argument.
Specify “GetFilterVersion,HttpFilterProc,sso_error” for the funcs argument.
[Second]
Specify “GetFilterVersion” for the fn argument.
Specify “yes” for EarlyInit.
Specify the settings as follows:
Init fn=load-modules shlib="/usr/lib/ssoatzipl.so"
funcs="GetFilterVersion,HttpFilterProc,sso_error"
Init fn="GetFilterVersion" EarlyInit=yes