Hi, 
I am new to qooxdoo, manage to run RpcExample, 
but have a hard time with configuring "rpcexample.URL" setting.

I revised config.json to point URL to my deployed rpcphp server

  "jobs" :
  {
    "common" :
    {
      "settings" :
      {
        "qx.ioRemoteDebug" : "on",
        "rpcexample.URL" : "http://localhost:8080/services/index.php"; /*
"../../RpcPhp/1.2.0/services/index.php" */
      }
    }
  }

When running generate.py, I see 
- Warning: ! Shadowing job "common" with local one

But URL is not picked up by Application.js and RpcExample UI displayed blank
string

        defaultURL = qx.core.Environment.get("rpcexample.URL");

Can someone point out what is wrong with my configuration? 
where are Environment variables persisted?

Thanks,
Wen


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/who-to-bring-up-a-running-RPC-Server-PHP-with-rpcexample-tp5486825p6943724.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to