Tohid Makari
Tohid Makari

Reputation: 2484

How to download and run Wso2 API Manager for linux ubuntu?

I easily download binary wso2 api manger 3.2.0 and run it in windows. but for linux ubuntu it dose not work when run wso2server.sh

but when excute ./wso2server.sh , it throws following exception : Caused by: java.io.FileNotFoundException: /opt/wso2/wso2am-3.2.0/repository\conf\advanced\qpid-config.xml (No such file or directory

what is wrong? and should I download installer for linux? when download wso2am-linux-installer-x64-3.2.0.rpm and install it works.but binary that I downloaded not work.

enter image description here

Upvotes: 0

Views: 1927

Answers (2)

Tohid Makari
Tohid Makari

Reputation: 2484

Finally I managed to understand the problem. I unziped the wso2 in windows and then transfer to linux that caused this problem that should unzip into linux server.

Upvotes: 0

Pubci
Pubci

Reputation: 4001

Follow the below steps to run APIM v320 in linux.

  1. Go to https://wso2.com/api-management/previous-releases/ and download the APIM v320.
  2. enter image description here
  3. Make sure you download the pack specified in the binary section.
  4. Unzip the downloaded pack.
  5. Go to wso2am-3.2.0/bin
  6. Execute ./wso2server.sh

Upvotes: 1

Related Questions