...
The path to the JAAS Configuration file is specified for this JVM as a system property, i.e. -Djava.security.krb5auth.login.conf=/etc/krb5config=jaas.conf , or a default can be specified for an entire Java Runtime Environment by changing the {jre-home}/lib/security/java.security properties file to add a "Default login configuration file" under the property "login.config.url.1=file:..." (find the comment example in the current file).
...