Search code examples
wso2esbwso2-esb

WSO2 ESB + Apache httpd


I have apache httpd server which I would like to configure to communicate with WSO2 ESB server 4.6.0.

Here is example. I would like to have http://myesbserverinternaladdress:8280/services/MySomethingEndpoint visible to internet with address http://my.public.address/services/MySomethingEndpoint

I have tried to configure apache mod_proxy and changed configuration in repository/conf/axis/axis.xml (there was some help in comments), but without luck so far.

Is there guides/howtos/references how I can achieve this goal?


Solution

  • If you are trying to pass the messages through httpd, you can accomplish this by configuring httpd to act as a reverse proxy.

    Following articles may help: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html http://www.apachetutor.org/admin/reverseproxies