Advanced WSO2 API MANAGER configurations
Posted
by
nuvio
on Stack Overflow
See other posts from Stack Overflow
or by nuvio
Published on 2012-08-30T09:36:29Z
Indexed on
2012/08/30
9:38 UTC
Read the original article
Hit count: 351
wso2
|wso2carbon
I am trying to use an 'external' WSO2 ESB, so I changed the "api-manager.xml" as follows:
(ESB port: 9443, API MANAGER port: 9445)
<ServerURL>https://localhost:9443/services/</ServerURL>
...
<APIEndpointURL>http://localhost:9443,https://localhost:9443</APIEndpointURL>
But I have an error when publishing an API via "API publisher":
Caused by: org.apache.axis2.AxisFault: Error initializing API handler: org.wso2.
carbon.apimgt.gateway.handlers.security.APIAuthenticationHandler
Any suggestion, many thanks in advance for your help!
© Stack Overflow or respective owner