Sun Java System Portal Server 6 2005Q4 发行说明

文档


在 Solaris Sparc 或 X86 机器的本地化环境中运行配置器所需的说明中缺行。(6238677)

描述:

《Sun Java System Portal Server 6 2005Q4 管理指南》第二章包含一个错误,该错误位于在 Solaris Sparc 或 X86 机器的本地化环境中运行配置器的命令中。

正确的指令如下:

要在 Solaris Sparc 或 x86 机器的本地化环境中运行配置器,请在一行中键入以下命令:

/usr/jdk/entsys-j2se/bin/java -DPS_CONFIG_DEBUG=y
-DDEPLOY_ADMIN_PASSWORD=<deploy admin password>
-DDS_DIRMGR_PASSWORD=<LDAP directory manager password>
-DIDSAME_LDAPUSER_PASSWORD=<AM ldap user password>
-DIDSAME_ADMIN_PASSWORD=<AM admin password>
-DBASEDIR=PS-INSTALL-DIR
-cp PS-INSTALL-DIR/SUNWps/lib/configL10N.jar
com.sun.portal.config.ConfigureL10N

对于 Secure Remote Access,运行 L10N 配置器的命令是:

/usr/jdk/entsys-j2se/bin/java -DPS_CONFIG_DEBUG=y
-DDEPLOY_ADMIN_PASSWORD=<deploy admin password>
-DDS_DIRMGR_PASSWORD=<LDAP directory manager password>
-DIDSAME_LDAPUSER_PASSWORD=<AM ldap user password>
-DIDSAME_ADMIN_PASSWORD=<AM admin password>
-DBASEDIR=PS-INSTALL-DIR
-cp PS-INSTALL-DIR/SUNWps/lib/configL10N.jar
com.sun.portal.config.ConfigureL10N

《 Sun Java System Portal Server 6 2005Q4 管理指南》中的第 18 章列出的 desktopconfig.properties 文件的路径有误。(无问题 ID)

描述:

《Sun Java System Portal Server 6 2005Q4 管理指南》第 18 章的“调试 Portal Server”一节提及 desktopconfig.properties 文件位于 /etc/opt/SUNWps 中。

文件的正确位置是 /etc/opt/SUNWps/desktop


有关 sendrdm 命令行界面工具的文档内容有误导性。(5078733)

描述:

Technical reference guide 第 16 章中有以下阐述:

The sendrdm command provides a mechanism for a CGI or command-line based search. An RDM (resource description manager) request is sent in SOIF format to the Search server. This command is normally run in a search-enabled Sun Java System Portal Server instance directory, which is the / server-instance-directory/deployment_uri directory. This is the deployment URI path you selected at install time. If you chose the default Portal Server install, this is the /var/opt/SUNWps/https- servername/portal directory. Where the value of the servername is the default web Portal Server instance name--the fully qualified name of your Portal Server.

这段阐述应该是

If you chose the default Portal Server install, this is the /var/opt/SUNWps/https- instance-name/portal directory. Where the value of the servername is the default web container instance name--the fully qualified name of the machine, for example sesta.sun.com.