wso2revealed

Install WSO2 API Manager 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 /bin/wso2server.sh 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

5- run wso2server.sh start

open the browser and you are all set

Leave a Reply

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