Here's what your run-server.bat should look like:
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

On Wed, Dec 15, 2010 at 9:00 PM, Mani <[email protected]> wrote:

> Ant is running fine , its successfully done.
>
> I have created run-server.bat file and updated all the properties.
>
> When i was trying to run-server.bat file ,i am getting the error.
> Dec 15, 2010 11:32:50 PM org.waveprotocol.box.server.ServerMain main
> SEVERE: ConfigurationException when running server:
> org.apache.commons.configuration.ConfigurationException: The following
> required properties are missing from the server configuration:
> wave_server_domain, waveserver_disable_verification,
> waveserver_disable_signer_verification
>        at
>
> org.waveprotocol.wave.util.settings.SettingsBinder.bindSettings(SettingsBinder.java:
> 151)
>        at org.waveprotocol.box.server.ServerMain.main(ServerMain.java:
> 75)
>
>
> But wave_server_domain, waveserver_disable_verification,
> waveserver_disable_signer_verification is there in the run-server.bat
>
> wave_server_domain=localhost
> waveserver_disable_verification=false
> waveserver_disable_signer_verification =false.
>
> these are the values of these properties in the run-server.bat file
>
> Please anyone can help to resolve this.its highly appreciated.
>
>
>
>
>
>
> --
> 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].
For more options, visit this group at 
http://groups.google.com/group/wave-protocol?hl=en.

Reply via email to