0

I am using wso2 API Manager. I want to run source code by idea or eclipse , how can do this? I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this

nankiesof
  • 75
  • 5
  • Does this answer your question? [run WSO2 CEP in eclipse](https://stackoverflow.com/questions/42366062/run-wso2-cep-in-eclipse) – pringi Jan 12 '22 at 13:46

1 Answers1

0

You need to clone [1] and [2].

You can debug as in [3]

  1. https://github.com/wso2/carbon-apimgt
  2. https://github.com/wso2/product-apim
  3. https://anuradha-15.medium.com/remote-debugging-wso2-products-using-intellij-idea-ide-c0e828abd700
Pubci
  • 3,834
  • 1
  • 13
  • 28
  • I am using API manager, it's version is 4.0.0, so which branch of carbon-apimgt and product-apim is right for me? It's default branch is master, should I switch to another branch instead? – nankiesof Jan 11 '22 at 05:53
  • This is the tag - https://github.com/wso2/carbon-apimgt/tree/v9.0.174 https://github.com/wso2/product-apim/tree/v4.0.0 – Pubci Jan 11 '22 at 13:21
  • How to debug locally? – nankiesof Jan 13 '22 at 11:33