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/4.1.x/release/, you will always find the latest release of version 4.1. |
BPC Bundle
In addition to the individual files, we also provide a bundle.
This 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.
-
bpc_bundle_linux.tar.gz (Signature) - Linux/Unix
-
bpc_bundle_windows.zip (Signature) - Windows
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.
OpenSearch core component
See also OpenSearch.
-
opensearch_linux.tar.gz (Signature) - Linux/Unix
-
opensearch_windows.zip (Signature) - Windows
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.
Analysis Module
See also Data Analysis.
VIMON Module
See also VIMON.
This module is used for the easy integration of Virtimo VIMON into the BPC.
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.
-
BPC.env.cmd (Windows)
-
bpc.env.sh(Linux)
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 OpenSearch and Karaf system components.
-
start_bpc.sh - (Linux)
-
stop_bpc.sh - (Linux)
-
start_bpc.bat - (Windows)
-
stop_bpc.bat - (Windows)
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.
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/cosign/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