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]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
