0

I use restlet2.2+eclipse+tomcat to deploy my webservice, but the method of @Get needs a lot of time to perform.When I put the URL in the explorer, after a period of time, the explorer cant't reponse due to timeout.What should I do

4

1 回答 1

0

根据您使用的 HTTP 连接器,您可以配置属性以增加套接字超时。检查 HttpServerHelper 类(Jetty / Simple extensions)的 Javadocs 以获得指导。

于 2013-09-23T06:25:29.173 回答