Hi everybody,

I've built a json rpc server using the Delphi lang, I'm running it on port
7777.

I deployed the server to be used by my customers on domain, let's say
www.mysever.com, apache is serving qooxdoo build of my application and the
qooxdoo application is calling (qx.io.remote.Rpc) the json RPC server
directly on port 7777 (www.mysever.com:7777).

Then I've noticed that customers who were behind firewalls were enable to
access the rpc server, so I decided to use the proxy module of apache so
www.mysever.com:7777 will be served as www.mysever.com/services/ and I'm
using non cross domain queries now.

Everything went fine but queries returning date objects in the qooxdoo
format: new Date(Data.UTC(...)) failed with abort exception. If I remove
dates from result, queries work like a charm.

I'm using qooxdoo-1.6.1-sdk.

Does anyone encountred such behavior before?

PS: please ask if you need more details

Regards,



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/My-JSON-RPC-server-stopped-working-after-apache-config-tp7582588.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to