Skip to content

Setting up the discovery by browsing tool

mkalam-alami edited this page Jul 12, 2012 · 12 revisions

Launching the web proxy + the EasySOA web server

Using the release

  • Run the start-web.sh (or .bat) script in the web folder.

Using the repository

  • Make sure Node.js and Git are installed
  • Clone the EasySOA repository
  • Run the start-web.sh (or .bat) script in the easysoa-web folder.

In order to use the discovery by browsing client, browse to http://127.0.0.1:8083/easysoa/core/dbb.

Proxy configuration

  • The proxy will be launched on http://localhost:8081, so you will have to edit your browser's options to set the proxy to this address. Please make sure to remove any proxy exceptions (like localhost/127.0.0.1).

  • If you are in Chrome browser and you don't discover any services or some authentication problems because of proxy configuration problems. Run :

    `chromium-browser --proxy-server="127.0.0.1:8081" --proxy-bypass-list=""` 
    
    It will launch the browser with the good configuration.
    
Clone this wiki locally