User guide

Chapter 3: Environment Setup (Business Server Administrators)
3-14
Environment Configuration File Name and Storage Destination
Environment configuration file name
obj.conf
Storage destination of environment configuration file
/usr/netscape/server4/https-INSTANCE_NAME/config(*1)
*1 https-INSTANCE_NAME is the name of the server set up as a server by the user. It becomes https-
www.fujitsu.com if the server name is https-www.fujitsu.com
/usr/netscape/server4/https-www.fujitsu.com/config/obj.conf
Table 3-3 Sun ONE Web Server EE 4.1 environment configuration file
Item name Contents
Init Create 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
NameTrans Specify “HttpFilterProc” for the fn argument as follows:
NameTrans fn="HttpFilterProc"
Error Specify “sso_error” for the fn argument as follows:
Error fn="sso_error"
Example
Init fn="load-modules" shlib="/usr/lib/ssoatzipl.so"
funcs="GetFilterVersion,HttpFilterProc,sso_error"
Init fn="GetFilterVersion" EarlyInit=yes(*2)
<Object name=default>
NameTrans fn="HttpFilterProc"(*3)
Error fn="sso_error"
...
</Object>
*2 Code the initialization (Init) command for a business server in the first line of obj.conf.
*3 Code the “NameTrans fn=”HttpFilterProc” command at the beginning of <Object name=default>.
Code the Error fn=”sso_error” command after NameTrans fn=”HttpFilterProc.”