Updated https://sites.google.com/a/waveprotocol.org/wave-protocol/code?pli=1
On Tue, Nov 30, 2010 at 2:48 PM, James Purser <[email protected]>wrote: > Okay thanks will change doco to reflect the new paradigm sometime tonight > > James > > > On Tue, Nov 30, 2010 at 2:44 PM, Tad Glines <[email protected]> wrote: > >> I just committed a change to the way the Wave in a Box server is >> configured. The command-line based configuration has been replaced with a >> properties file based configuration. >> >> For development and non-federation, just copy server.config.example to >> server.config and run run-server.sh. >> >> To add federation, copy server.federation.config.example to >> server.federation.config and edit server.config to uncomment the "include" >> line near the botton of the file. >> >> Apache's Commons Configuration <http://commons.apache.org/configuration/> was >> used to enable properties file based configuration. >> >> On windows systems, just use this command >> line: java -Dorg.eclipse.jetty.util.log.DEBUG=true >> -Djava.security.auth.login.config=jaas.config >> -Dwave.server.config=server.config -jar dist/waveinabox-server-0.3.jar >> >> -Tad >> >> -- >> 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%[email protected]> >> . >> 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]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > -- David Wang -- 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.
