Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Andreas Junghans
Hi Hugh, Am 14.03.2007 um 16:41 schrieb Hugh Gibson: >> Maybe I should explain the development and testing of RPC calls in >> more detail > > Not that I do this sort of development, but it seems to me that > this should be in the Wiki... It mostly is (see http://qooxdoo.org/documentation/user_

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Hugh Gibson
> Maybe I should explain the development and testing of RPC calls in > more detail Not that I do this sort of development, but it seems to me that this should be in the Wiki... Hugh - Take Surveys. Earn Cash. Influence th

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Andreas Junghans
Hi Alexander, Am 14.03.2007 um 09:25 schrieb Alexander Weisser: [snip] > var rpc = new qx.io.remote.Rpc( > "http://localhost:8080/qooxdoo/.qxrpc";, > "qooxdoo.test" > ); > rpc.setCrossDomain(true); [snap] > It is the standart skeletton with a

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Alexander Weisser
Andreas Junghans wrote: > > You can't issue synchronous calls in a cross-domain way, only > asynchronous ones. This is a technical limitation that we cannot work > around. Even within the same domain, synchronous calls are usually a > bad idea: They block the whole browser until the respon

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-13 Thread Andreas Junghans
Hi Alexander, Am 13.03.2007 um 16:07 schrieb Alexander Weisser: > Hi, thanks. I think it works, but now i have another problem. [snip] > Here is my initial method: > qx.Proto.initialize = function(e) > { > // Define alias for custom resource path > qx.manager.object.AliasManager.getInstance(

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-13 Thread Alexander Weisser
Hi, thanks. I think it works, but now i have another problem. Here is my initial method: qx.Proto.initialize = function(e) { // Define alias for custom resource path qx.manager.object.AliasManager.getInstance().add("custom", qx.Settings.getValueOfClass("custom.Application", "resourceUri"));

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-12 Thread Andreas Junghans
Hi Alexander, Am 12.03.2007 um 21:13 schrieb Alexander Weisser: > i write a small application with the qooxdoo toolkit. It works > fine, if i connect to the local tomcat. If i use my ip instead of > localhost the application doesn´t work. > > I debug the application with the Firebug plugin in

[qooxdoo-devel] Problem with Tomcat

2007-03-12 Thread Alexander Weisser
Hi, i write a small application with the qooxdoo toolkit. It works fine, if i connect to the local tomcat. If i use my ip instead of localhost the application doesn´t work. I debug the application with the Firebug plugin in Mozilla. I get a permission denied on initial the application. In the ini