I created a WSO2 proxy service using WSO2 Developer studio and would like to deploy it in the ESB in my local machine. If I create a CAR file and deploy it as in https://docs.wso2.com/display/DVS380/Deploying+a+C-App, it doesn't get deployed as a Proxy service. How can I deploy it as a proxy service?
Asked
Active
Viewed 221 times
1 Answers
3
This works without any problems. The only problem that I might think of, is that the proxy has the wrong server role assigned in the pom of the car project. To check this, do the following.
- Click on the pom.xml of the car project
- in the appearing form, check that in the dependency part the project you want to deploy is checked
- expand the proxy artifact in the dependency view and verify that ServerRole is set to EnterpriseServiceBus
- save if you have made any changes, create the car and deploy it
Hope that helps.
Regards Martin

Abimaran Kugathasan
- 31,165
- 11
- 75
- 105

Martin Hald
- 676
- 4
- 11