Registering the JAAS application configuration file with Java
After you have created the
spotfire-database.login file, it must be registered in Java.
Procedure
-
Open the file
<install directory>/jdk/jre/lib/security/java.security in a text editor and add the following lines to the end of the file:
# Register Java Authentication & Authorization Services (JAAS)
configurations
login.config.url.1=file:${java.home}/lib/security/
spotfire-database.login
Copyright © TIBCO Software Inc. All rights reserved.