> On Sept. 24, 2012, 9:07 p.m., Yuri Zelikov wrote: > > Well, maybe it has something to do with waveinabox.net running on EC2... > > Anyway, the path LGTM.
Commited as r1389830. - Ali ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7230/#review11860 ----------------------------------------------------------- On Sept. 24, 2012, 6:38 p.m., Ali Lown wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/7230/ > ----------------------------------------------------------- > > (Updated Sept. 24, 2012, 6:38 p.m.) > > > Review request for wave, Yuri Zelikov and Vicente J. Ruiz Jurado. > > > Description > ------- > > This extends vjrj's review to make the websocket domain configurable > separately from the rest of the server, by allowing the 'given' address/port > to vary with the 'real' address/port (for use behind firewalls, load > balancers etc.) > > In my situation, I needed to make the presented websocket address to be on > port 443, but to listen on port 9898 for the actual connection, since > iptables maps 443 -> 9898 on the server so that the WIAB server can run as > non-root. > > > Diffs > ----- > > /server-config.xml 1379829 > /server.config.example 1379829 > /src/org/waveprotocol/box/server/CoreSettings.java 1379829 > /src/org/waveprotocol/box/server/rpc/WaveClientServlet.java 1379829 > > Diff: https://reviews.apache.org/r/7230/diff/ > > > Testing > ------- > > works on my server. > > > Thanks, > > Ali Lown > >