Fortify SSC Manual Install Notes - 18F/azure-sandbox GitHub Wiki
Ref: HP Fortify Software Security Center Installation and Configuration Guide.pdf which is included with install media
- Unpack
HP_Fortify_SSC_Server_4.40.zip
- Unpack
HP_Fortify_SSC_4.40_Server_WAR.zip
into$DIR
(HP-Fortify-Server-WAR
for me) - copy 3
*Seed_Bundle*.zip
files into$DIR
, do not unzip - Locate and copy
fortify.license
to$DIR
- Install Java, standalone installer w/o customization :
- Install Tomcat 8, standalone installer w/o customization
- Create new CASE SENSITIVE MS-SQL Database,
Latin1_General_CS_AS
Collation (CS = CaseSensitive). - Run SQL script
$DIR/sql/mssql/create-tables.sql
on the new db - Create a new SQL Server username/password with access to this database.
- Double click
$DIR/ssc-configuration-wizard.cmd
- Select the license file. If the installer errors with "Invalid License", you have been given an incorrect license file.
- On "Core" Screen
- Application Server : Tomcat
- On "Database Setup" screen
- Database Type : SQL Server
-
download JDBC 4.0 Drivers. Download the
.exe
version and run it to unzip contents. - Click "Add JDBC Driver" and select the newly unzipped
.jar
- Specify JDBC url :
jdbc:sqlserver://<sql-server-host>:1433;database=<database-name>;sendStringParametersAsUnicode=false
- Specify "Database Username" and "Database Password"
- Click "Test JDBC" for confirmation
- Click "Seed Process Templates" and select the appropriate
.zip
file from above - Click "Seed Reports" and select the appropriate
.zip
file from above - Click "Validate Database" for confirmation
- Click "Next"
- Click "Next" through the rest of the screens without changes.
-
ssc.war
was generated by the installer, copy it toC:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps
Launch "Configure Tomcat" tool and make these settings:
- on "General" tab change "Startup Type" to "Automatic" and Save.
- on "General" tab Stop, then Start Tomcat
- Find SSC running at
http://<hostname>:8080/ssc
- Login:
admin : Password1!