Download - Virtimo File Server
You can download all the files (except for License) you need to install or update the BPC from this page.
The installation files are made available via the Virtimo File Server. There, the required files are organized by version and can be downloaded via your browser.
|
At https://files.Virtimo.net/BPC/latest/support/5.0.x/release/, you will always find the latest release of version 5.0. |
BPC Bundle
In addition to the individual files, we also provide a bundle.
This bundle contains the files required for a basic installation of the BPC, as well as those that are recommended.
The files are packaged in an archive and are already organized according to the recommended folder structure.
The bundle contains the following components:
-
OpenSearch (with preinstalled plugin)
-
custom.java.security for setting Java/JVM Parameters - see also Java Security Settings
-
Central Keystore and Truststore - see also Keystore and Truststore
-
systemd scripts and template (UNIX only) - see also Services - Unix Systems
Files to Download
Click on the links below to download the files directly.
BPC Modules
Core Application
See also Administration Documentation.
-
BPC-be-core.jar (Signature) - Backend Module
-
BPC-fe-core.war (Signature) - Frontend Module
Monitor Module
See also Process Monitoring.
Forms Module
See also Forms.
Analysis Module
See also Data Analysis.
Dark Theme
This is a dark theme for the BPC.
PAX JDBC Feature Installer Module
See also Central Configuration File
Central Configuration Files
For the central configuration of the BPC outside of Karaf and OpenSearch.
See also Central configuration file.
Java Trust/Keystore
See also Using the Central Trust/Keystores.
OpenSearch BPC Plugin
This plugin is already preinstalled in our OpenSearch distribution. You can also install the plugin in a vanilla OpenSearch installation or update an existing one. However, we recommend always updating the entire OpenSearch.
Start and Stop Scripts
Scripts for starting and stopping the BPC and the system components OpenSearch and Karaf.
For more information on using the scripts, see Starting and Stopping BPC.
Scripts for creating systemd configurations
These scripts can be used to install the BPC as a Service on Linux/Unix systems via systemd.
See also Services - Unix Systems.
OpenAPI specification files
We provide OpenAPI-compliant specifications for our API endpoints. These are available in JSON and YAML formats.
BPC OpenSearch Tool
We provide a command-line tool that can be used to list, delete, export, and import OpenSearch indices.
For more information on using the tool, see BPC OpenSearch Tool.
Example / Template Theme
This is an alternative theme for the BPC. It can be used as a starting point for creating your own themes.
See also Developing a BPC Theme and Theme Switcher.
Verify Files
We provide additional signatures for most files.
Using the signature, you can verify that the downloaded file was not corrupted during the download or tampered with by unauthorized parties.
The signature file has the same name as the file to be verified, with the additional extension .sig.
We use the established sigstore project to generate the signatures and perform the subsequent verification. Please install the cosign program to verify the artifacts. You can find the installation documentation at https://docs.sigstore.dev/system_config/installation/.
The public key for verifying the signature is provided via the public repository https://bitbucket.org/Virtimo/product-verification/. This allows changes to the public key to be transparently tracked. It also ensures that the files (including the signature) and the public key are distributed across two separate systems. This makes it more difficult for attackers to deliberately manipulate the files.
Verifying a File with a Signature
To verify a file, you also need the signature file and the public key.
bpc-be-corecosign verify-blob bpc-be-core.jar --signature bpc-be-core.jar.sig --key https://bitbucket.org/virtimo/product-verification/raw/main/cosign.pub