Summary:
This article describes how to create a new bootstrap file for Spotfire Server in an event you do not remember the existing bootstrap password.
Details:
The bootstrap file is used by the Spotfire Server application to connect to the Spotfire Server's database. This file contains encrypted information and is protected by a password which is required when logging into the configuration tool or while making any configuration changes through the command line.
Note. it's possible to reset this password using instructions in this article - How to reset Spotfire Configuration Tool password.
Resolution:
If you still need to create a new bootstrap file, please follow these instructions:
Solution 1: "Using configuration UI tool":
1). Login into the Spotfire server Machine.
2). Launch the 'Spotfire Server Configuration Tool' by clicking Start > Spotfire Server X.X > Configure Spotfire Server OR by running uiconfig.bat (located in the <installation dir>\tomcat\spotfire-bin directory).
3). Click Cancel on the Password dialogue.
Solution 2: "Using configuration commands":
1). Login into the Spotfire server machine and launch a terminal window/command prompt.
2). Browse to the <installation dir>\tomcat\spotfire-bin directory.
3). Run the following command to create a new bootstrap file.
config bootstrap -f --driver-class="<Driverclass Name>" --database-url="<Database URL>" --username="<DBusername>" --password="<DBpassword>" --tool-password="<New_tool_password>"
Note: Refer to section "Manually creating a simple configuration" in the Server Installation manual for more details.
Comments
0 comments
Article is closed for comments.