See Using Startup Arguments for Kerberos Authentication with WebLogic Server and Creating a JAAS Login File in Oracle Fusion Middleware Securing Oracle WebLogic Server 11g Release 1 (10.3.1)..
If EPM System managed servers are run as Windows services, update the Windows registry to set the JVM startup options.
To update JVM Startup options in Windows registry:
Find the Foundation Services key by selecting My Computer, then HKEY_LOCAL_MACHINE, then Software, then Oracle, and then Foundation Services.
Add the following string values:
Table 18. JVM Startup Options for Kerberos Authentication
Name | Type | Data |
---|---|---|
JVMOption14 | REG_SZ | -Djava.security.krb5.kdc=Active Directory host name or IP address |
JVMOption16 | REG_SZ | -Djava.security.auth.login.config=krb5Login.conf |
JVMOption16 | REG_SZ | -Djavax.security.auth.useSubjectCredsOnly=false |
JVMOption17 | REG_SZ | -Djava.security.enableNegotiate=true |