Thanks to all, you are correct. I was able to change the ports for WIAB quickly and easily in the batch config file.
I will still need to request the actual port to be opened when the time comes, but if I request an approved port, it will be easier to have the request granted. Mark On Nov 22, 5:51 pm, Michael MacFadden <[email protected]> wrote: > The run-nofed-config.sh file also has these properties as well. > > For example I wanted to bind to localhost instead of my funky macbook > host name (assigned by work) > > ------ > > #!/bin/bash > > # Configuration for Wave in a Box run scripts without federation > support. To add > # federation support see run-config.sh.example. > > # Domain name of the wave server > WAVE_SERVER_DOMAIN_NAME=localhost > > # A comma separated list of address on which to listen for > connections. > # Each address is a comma separated host:port pair. > HTTP_SERVER_PUBLIC_ADDRESS=localhost:9898 > HTTP_SERVER_ADDRESSES=${HTTP_SERVER_PUBLIC_ADDRESS} > > On Nov 22, 2:12 pm, Tad Glines <[email protected]> wrote: > > > The IP(s)/port(s) thatWiaBlistens on is completely configurable. Take a > > look at run-config.sh.example, the variables HTTP_SERVER_ADDRESSES and > > HTTP_SERVER_PUBLIC_ADDRESS control which addressWiaBlistens on, and which > > addressWiaBuses when explicitly stating it's address to robots and such. > > > -Tad > > > On Mon, Nov 22, 2010 at 2:06 PM, Mark Kovacevich < > > > [email protected]> wrote: > > > Is there some way we can change theports(or protocols) thatWIAB > > > uses? Port 9898 or 9876 are going to blocked in the Government/ > > > Corporate environment, soWIABis not going to work as it is currently > > > configured. > > > > I think this is related to the socket.io work that has been done, but > > > I couldn't find a specific mention of changing theportsfor the > > > client/ server connection. I hope I didn't miss something obvious. > > > > Any assistance would be appreciated. > > > > Thanks, > > > Mark > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Wave Protocol" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<wave-protocol%2bunsubscr...@goog > > > legroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/wave-protocol?hl=en. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
