Entering Required Information
FlexNet Code Insight 6.13.2
To enter required information in the Configuration Properties file, do the following:
|
1.
|
Update the core.db.properties (located in <Code Insight_ROOT_DIR>\<version>\config\core\ with your database settings. |
|
2.
|
Uncomment the six lines that start with #db in the corresponding section according to your database vendor (MySQL, Oracle, or SQL Server). |
|
3.
|
Update the settings to match your database environment. |
|
4.
|
Replace <DB_HOST>, <DB_PORT>, <DB_NAME>, <DB_USERNAME>, and <DB_PASSWORD> with the appropriate values. |
Note • If no database port number is entered in lieu of <DB_PORT>, the port is defaulted to the following values:
|
•
|
3306 for MySQL Server Database |
|
•
|
1521 for Oracle Database |
|
•
|
1433 for MS SQL Server Database |
|
5.
|
The database password is only visible before initial startup. At startup, the application replaces the plain-text database password with an encrypted value and uses the encrypted value for all subsequent server (re)starts. To change the password, the FlexNet Code Insight Administrator must shut down the server, enter a new plain-text password in the core.db.properties file, and restart the server. During startup, the application rereads the plain-text password and writes the encrypted password into core.db.properties. |
|
6.
|
Update core.properties located in <Code Insight_ROOT_DIR>\<version>\config\core\ by doing the following: |
|
•
|
Enter the core.server.url by replacing <CORE_SERVER_NAME> with the name or IP address of the FlexNet Code Insight Core server, and replace <HTTP_PORT> with the port number of the FlexNet Code Insight Core Server, which is typically set to 8888. |
|
•
|
Uncomment the lines that start with # scan.server. |
|
•
|
Replace each occurrence of <ALIAS> with an alias value of your choosing. |
|
•
|
Replace <SCAN_SERVER_NAME> with the name or IP address of the FlexNet Code Insight scan server. You can use 127.0.0.1 to refer to a local host. |
|
•
|
Replace <HTTP_PORT> with your HTTP port, which, in general, would be 8888. |
|
•
|
(Optional) Configure the “Emails Configuration” section of the property file. Email is required to receive system-generated passwords for newly created application users. |
|
•
|
(Optional) Update the Electronic Updates Settings Frequency Settings section (if necessary): |
# Electronic Updates Settings Frequency Settings
auto.update.enabled = true
auto.update.jobFrequency = 0 0 12 ? * SUN
Note • By default, electronic updates are configured to run weekly on Sunday at noon (12:00pm)
|
•
|
(Optional) Set the web session timeout by updating the session.timeout parameter with the desired value in number of minutes. |
|
•
|
(Optional) Update web.home.page to change your preferred home page. Possible values are my-tasks, my-shortcuts, dashboard, or my-projects. The default value is the dashboard tab on the Home page. If you have entered my-tasks, my-shortcuts, or dashboard, the corresponding tab will be the default active one for every visit to the Home page. |
|
7.
|
Update scanEngine.properties located in <Code Insight_ROOT_DIR>\<version>\config\scanEngine by doing the following: |
|
•
|
Enter the core.server.url by replacing <CORE_SERVER_NAME> with the name or IP address of the FlexNet Code Insight Core server. Replace <HTTP_PORT> with the port number of the FlexNet Code Insight Core Server, typically set to 8888. |
|
•
|
Enter the serverURL by replacing the <SCAN_SERVER_NAME> with the name or IP address of the FlexNet Code Insight Scan server. Replace <HTTP_PORT> with the port of the FlexNet Code Insight Scan server, typically set to 8888. |
|
•
|
Replace <ALIAS> with the alias of your FlexNet Code Insight Scan server. Ensure that the alias matches the one specified in core.properties. |
|
•
|
Set the workspaceBaseDirPath to the location where you will store your FlexNet Code Insight workspaces. The recommended path is <Code Insight_ROOT_DIR>\workspaces. |
|
•
|
(Optional) Set the serverFileSystemRoot= to limit access to directories on the FlexNet Code Insight Scan server. |
|
8.
|
In scan.properties (<Code Insight_ROOT_DIR>\<version>\config\scan.properties) set the signaturesDirPath to your FlexNet Code Insight CL. Point to the directory that contains the pattern files ending in .dat and the bdb directory. |
Open topic with navigation