If you're binding to 127.0.0.1 then it will only respond on the loopback address. If this is for dev just change that address to 0.0.0.0 to bind on all network interfaces.
HTH OJ Sent from my Windows Phone (yes you read that correctly) From: Maria Neise Sent: Thursday, 14 July 2011 21:12 To: riak-users@lists.basho.com Subject: remote access to Riak Hey, I have two instances, a client and a server. On the server I installed Riak. My application (using the Java-API) is running on the client instance. I would like to read and write some data to the server instance. My IP address and port in the app.config on the server instance is 127.0.0.1 and 8098. Then what does the url I give to my HttpRiakClient in my application looks like? Is it "http://ip-address-of-my-server-instance:8098/riak" ? Do I have to change something else? For example allow access from other instances? I would be very thankful for any kind of advice :) Cheers, Maria _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com