Follow the these instructions below to install the required applications and WSO2 ESB on Solaris.
Installing the supporting applications
- Establish a an SSH connection to the Solaris machine or log in on the text console. You should either log in as root or obtain root permissions after login via
su
orsudo
command. - Be sure your system meets the Installation Prerequisites, and then install the following applications:
Install Apache Ant on Solaris (required for running the samples)
Install Apache Maven (required only if you want to build the ESB from the source code; not required if you are downloading and extracting the binary archive file)
Install Apache ActiveMQ (required for running the JMS samples)
Installing the ESB
- If you have not done so already, download the latest version of the ESB as described in Obtaining Downloading the Product.
Extract the archive file to a dedicated directory for the ESB, which will hereafter be referred to as
<PRODUCT_HOME>
.
...