Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行 jetty-runner.jar 配置请求超时时,是否有可以传递的参数设置?
前任:
java $JAVA_OPTS -jar server/jetty-runner.jar --port $PORT target/*.war
我正在尝试使用 grails 在 Heroku 上部署应用程序,并且很难弄清楚如何增加服务器请求超时。谢谢。
最大请求长度(30 秒)由 Heroku 路由器设置,而不是 Jetty Runner。有关详细信息,请参阅:
https://devcenter.heroku.com/articles/request-timeout