Set the login file location
There are two ways to specify the login file location:
- Point to the login configuration file from the JAVA_HOME/jre/lib/security/java.security file. For example, a sample entry from the java.security file might look like this:
login.config.url.1=file:d:/Java/j142ibm/jre/lib/security/config.pd
- Appropriate -D option on the java command-line invocation, such as:
-Djava.security.auth.login.config=./config.pd
Parent topic: Configure the Java Authentication and Authorization Service