Quoting Amit Prakash <a...@scaligent.com>:

var transport = new Thrift.Transport("/thrift/service/tutorial/");

What is the string "/thrift/service/tutorial/" supposed to mean. Is it
supposed to point to the server?
If yes, how can I give a host port. I tried "host:port" and that seems to
throw an error.

please check the tutorial/js folder at
https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=tree;f=tutorial/js;hb=HEAD

do a
"make tutorialserver" or "ant tutorialserver"
to launch a thrift json server and webserver directly

-roger

Reply via email to