User guide

Chapter 3: Environment Setup (Business Server Administrators)
3-16
Example
Init fn="load-modules" shlib="/usr/lib/ssoatzipl.so"
funcs="GetFilterVersion,HttpFilterProc,sso_error"
Init fn="GetFilterVersion" EarlyInit=yes(*2)
*2 Code the initialization (Init) command for a business server in the first line of magnus.conf.
/usr/iplanet/servers/https-www.fujitsu.com/config/obj.conf
Table 3-5 Environment configuration file settings
Item name Contents
NameTrans Specify “HttpFilterProc” for the fn argument. Specify the setting as follows:
NameTrans fn="HttpFilterProc"
Error Specify “sso_error” for the fn argument. Specify the setting as follows:
Error fn="sso_error"
Example
<Object name=default>
NameTrans fn="HttpFilterProc"(*3)
Error fn="sso_error"
...
</Object>
*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.”
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.
Notes
In the following cases, Sun ONE Web Server 6.0 cannot be started:
The environment configuration for the business server is invalid or resource shortage occurs.
The “/” (root path) is registered for protection resource.
To ensure that Sun ONE Web Server 6.0 can be started, comment out the servlet configurations of
magnus.conf and obj.conf of Sun ONE Web Server 6.0 according to the examples below.
If the servlet configurations are commented out, servlet operation cannot be done under Sun ONE Web
Server 6.0.