To continue configuring WebLogic for P6 Progress Reporter, edit the setDomainEnv file:
call "%WL_HOME%/common/bin/commEnv.cmd"
${WL_HOME}/common/bin/commEnv.sh
set JAVA_OPTIONS=%JAVA_OPTIONS% -Dprimavera.configuration.home=
configurationhome
where configurationhome is the new location (for example, C:\prhome).
JAVA_OPTIONS="${JAVA_OPTIONS} -Dprimavera.configuration.home=
configurationhome"
where configurationhome is the new location (for example, /usr/prhome).
-DSSO.AlternateHeaderKey=
Osso-User-Guid -DSSO.AlternateLDAPSearchAttribute=
orclguid
where Osso-User-Guid is the HTTP Header Key that contains the global user ID and orclguid is the LDAP attribute searched by the Header Key to authenticate users.
set JAVA_OPTIONS=%JAVA_OPTIONS% -Dprimavera.configuration.home=
configurationhome -DSSO.AlternateHeaderKey=
Osso-User-Guid -DSSO.AlternateLDAPSearchAttribute=
orclguid
JAVA_OPTIONS="${JAVA_OPTIONS} -Dprimavera.configuration.home=
configurationhome -DSSO.AlternateHeaderKey=
Osso-User-Guid -DSSO.AlternateLDAPSearchAttribute=
orclguid"
Note: The values for Header Key and Search Attribute must match those specified for P6 in the P6 Administrator application. See the P6 EPPM Post Installation Administrator's Guide for more details.
-XX:NewSize=256m -XX:MaxNewSize=256m -XX:MaxPermSize=
256m -XX:SurvivorRatio=8 -Xms2048m -Xmx2048m
Add the line immediately below the JAVA_OPTIONS line you created (all one line):
set USER_MEM_ARGS=-XX:NewSize=256m -XX:MaxNewSize=256m -XX:MaxPermSize=
256m -XX:SurvivorRatio=8 -Xms2048m -Xmx2048m
USER_MEM_ARGS="-XX:NewSize=256m -XX:MaxNewSize=256m -XX:MaxPermSize=
256m -XX:SurvivorRatio=8 -Xms2048m -Xmx2048m"
set JAVA_VM=-server
JAVA_VM="-server"
Add the line immediately below the JAVA_OPTIONS line you created (all one line):
set USER_MEM_ARGS=-Xms2048m -Xmx2048m
USER_MEM_ARGS="-Xms2048m -Xmx2048m"
Related Topics |
Legal Notices
Copyright © 1999, 2014,
Oracle and/or its affiliates. All rights reserved.
Last Published Wednesday, February 19, 2014