In run-config.sh make sure that "WAVE_SERVER_HOSTNAME" is set to the wave server's IP address or hostname, and not "localhost". On linux you can run "netstat -l -n | grep 9876" if you see something like "127.0.0.1:9876" then the wave server will not accept connections from remote hosts. If instead it shows "<your wave server's IP address>:9876", then the wave server should accept connections from your remote machine.
-Tad On Mon, Mar 29, 2010 at 11:51 AM, Devon <[email protected]> wrote: > Hello, > > I'm trying to create a Java program that can act like the console > client to access my wave server from a remote computer. My current > code, mostly taken from the ConsoleClient.java source, doesn't seem to > be connecting, and I'm not sure why. > > Is it possible to use this same code to connect to a remove server, or > is there any way to do it at all? > > It currently gets hung up when creating a new wave, it times out. > connect() doesn't throw any exceptions, but I can't tell if it's > actually connected or not. > > Any help would be greatly 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]. > 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.
