----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36480/#review92099 -----------------------------------------------------------
Ship it! Ship It! - Ted Ross On July 14, 2015, 2:55 p.m., Ernie Allen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36480/ > ----------------------------------------------------------- > > (Updated July 14, 2015, 2:55 p.m.) > > > Review request for qpid, Alan Conway, Ganesh Murthy, Kenneth Giusti, mick > goulish, and Ted Ross. > > > Repository: qpid-dispatch > > > Description > ------- > > This modifies the schema by adding a console entity. In the console entity > you can define the attributes needed to run a proxy server that translates > websockets to tcp and also serves http file requests. > > listener { > ... > name: proxy > ... > } > > console { > listener: proxy > dir: /home/eallen/dispatch-svn/tools/websockify/ > home: webapps > proxy: qdproxy > wsport: 5673 > } > > > Diffs > ----- > > trunk/python/qpid_dispatch/management/qdrouter.json 1690252 > trunk/python/qpid_dispatch_internal/management/agent.py 1690252 > > Diff: https://reviews.apache.org/r/36480/diff/ > > > Testing > ------- > > bin/test.sh passes all tests. > I replaced the nodejs proxy I was using with the new python/websockify server. > In the 6 router network, I changed A.conf and added a name to the listener > and added a console section that runs the python proxy/server. > > The web console retrieves all html/js/css files, connects and communicates to > the router network through the proxy. > > > Thanks, > > Ernie Allen > >
