The Load Balancing Plugin will be co-located when installed on Oracle iPlanet Web Server. This means that the plugin configuration and log files will be located in the Oracle iPlanet Web Server instance directory.
The plugin installer will not work with Oracle iPlanet Web Server configurations that have been installed with GlassFish Web Stack or with a particular operating system bundle. The installer will only work with Oracle iPlanet Web Server configurations that have been directly installed as a standalone package.
Web Server Instance Directory
Specify the Oracle iPlanet Web Server instance directory. Use the Browse button to navigate to the appropriate directory; for example:
/space/webserver7/https-instance1.abc.com
Admin Username
Oracle iPlanet Web Server administrator user name
Admin Password
Oracle iPlanet Web Server administrator password; must be at least eight alphanumeric characters
Admin Host
Name of host on which Oracle iPlanet Web Server admin server is running
Admin Port
Port on which Oracle iPlanet Web Server admin server is listening
DAS Certificate
A Domain Administration Server (DAS) certificate is required if you want to push load-balancer xml over the wire to the remote Web Server configuration directory. To use this feature, the Oracle iPlanet Web Server instance must be configured in SSL mode and have an SSL listener enabled. For more information, see Configuring Oracle iPlanet Web Server in the Configuring Web Servers for HTTP Load Balancing in the Oracle GlassFish Server 3.1 High Availability Administration Guide.
After configuring the Oracle iPlanet Web Server instance for SSL, export the DAS certificate from GlassFish Enterprise Server.
If you are running GlassFish Enterprise Server without the
HADB bundle, us the keytool
command.
$JAVA_HOME/bin/keytool -export -rfc -alias s1as -keystore <domain-dir>/config/keystore.jks -file s1as.rfc -storepass <keystore-password>
Where:
domain-dir
is the name of the
directory
corresponding to existing domain in Oracle GlassFish Serverkeystore-password
is the password
of
the keystore For example:
/usr/java/bin/keytool -export -rfc -alias s1as -keystore /space/glassfishv3/glassfish/domains/domain1/config/keystore.jks -file s1as.rfc -storepass changeit
DAS Certificate File
Specify the full pathname for the DAS Certificate file.
Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.