wso2revealed

Install WSO2 ESB in Linux

1- download wso2 product and extract it in product home (I use /opt/)
2- find java home by running echo $JAVA_HOME
3- open BASHRC and define Java home

export JAVA_HOME=/usr/java/jdk….
export PATH=${JAVA_HOME}/bin:${PATH}

4- setup hosts file 127.0.0.1 localhost in the /etc/hosts file: localhost

and you are ready to go


Leave a Reply

Your email address will not be published. Required fields are marked *