Hello Musa, I think that the lack of stability of the internal client connector is the cause of your problems. You should use either the "net" or the "httpclient" extension instead, inside the "servlet" application. Don't modify your code, but just complete the classpath with the jar of the extension (org.restlet.ext.net.jar or org.restlet.ext.httpclient.jar) and the jars of its dependencies (only for httpclient). You can consult the "/lib/readme.txt" file (in the distribution) for a complete list of the dependencies.
Best regards, Thierry Boileau Hello Thierry, > > No, my issue is a little bit different this > one(http://restlet.tigris.org/issues/show_bug.cgi?id=1247). I am using > restlet v2.0. My application client just sent six request to server(Client > and Service are running at the same glassfish v3). And i get the error. I > figured the problem was caused by the server. So that i seperated our > client > and server. Now Client and Server are running different server. And they > works fine. But application speed is not so well when client and service > run > different server. > > Best Regards > Musa YUVACI > > -- > View this message in context: > http://restlet-discuss.1400322.n2.nabble.com/GWT-Restlet-Spring-timeout-problem-tp6249038p6268769.html > Sent from the Restlet Discuss mailing list archive at Nabble.com. > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2719423 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2720577

