Installation guide
Installation, Upgrade, and Migration Information
33
servlet.admin.ServletConfigPanel.l_reloadInterval = Reload Interval
servlet.admin.ServletConfigPanel.b_apply = Apply
servlet.admin.ServletConfigPanel.b_restore = Restore
Problem 388075. Upgrade to iPlanet Web Server 4.1 Does Not Update the obj.conf
admin-check-admpw Setting
When you upgrade the iPlanet Web Server to version 4.1, the admin-check-admpw function in the
Administration Server’s
obj.conf file includes the parameter final=false, when it should include
final=true. This problem occurs only for upgrading the iPlanet Web Server, not for installing it.
Workaround
After upgrading, edit the admin-check-admpw function in the
server_root
/https-admserv/config/obj.conf file to change final=false to final=true.
Problem 388076. Upgrade to iPlanet Web Server 4.1 Fails to Update mime.types File Correctly
When you upgrade the iPlanet Web Server to version 4.1, the mime.types files for the
Administration Server and the server instances have missing or incorrect information. This
problem occurs only for upgrading the iPlanet Web Server, not for installing it.
Workaround
After upgrading, edit the mime.types files in server_root/https-admserv/config and
server_root
/https-instance/config to change the following line:
type=application/x-pointplus exts=css
to the following lines:
type=text/css exts=css
type=image/x-icon exts=ico
Problem 387908. Upgrade Does Not Modify magnus.conf File
When you upgrade the iPlanet Web Server to version 4.1, information is missing from the
Administration Server’s
magnus.conf file. This problem occurs only for upgrading the iPlanet Web
Server, not for installing it.
Workaround
After upgrading, verify that the following line is present in the
server_root
/https-admserv/config/magnus.conf file, and that it includes the
${NSES_JRE_RUNTIME_LIBPATH} part:
ExtraPath server_root/bin/https/bin;${NSES_JRE_RUNTIME_LIBPATH}
The following line is optional but recommended. It limits the number of threads used by the
Administration Server.
RqThrottleMinPerSocket 4