Follow the instructions below to install BAM on Linux.
Installing the required applications
- Establish a an SSH connection to the Linux machine or log in on the text Linux console. You should either log in as root or obtain root permissions after logging in via
su
orsudo
command. - Be sure your system meets the Installation Prerequisites. Java Development Kit (JDK) is essential to run the product.
...
- Download the latest version of the BAM as described in Downloading the ProductWSO2 BAM.
Extract the archive file to a dedicated directory for the BAM, which will hereafter be referred to as
<BAM_HOME>
.
...
- Set the properties from a script: Setting your system properties in the startup script is ideal, because it ensures that you set the properties every time you start the server. To avoid having to modify the script each time you upgrade, the best approach is to create your own startup script that wraps the WSO2 startup script and adds the properties you want to set, rather than editing the WSO2 startup script directly.
- Set the properties from an external registry: If you want to access properties from an external registry, you could create Java code that reads the properties at runtime from that registry. Be sure to store sensitive data such as username and password to connect to the registry in a properties file instead of in the Java code and secure the properties file with the secure vault.
Info |
---|
When using SUSE Linux, it ignores
|
You are now ready to run the product.