문제

I want Tomcat to reject (and close) all HTTP connections, while apps are not started up completely. By default Tomcat make connections wait during an app startup.

도움이 되었습니까?

해결책

bindOnInit parameter on the connector might help (setting the value to false). See http://tomcat.apache.org/tomcat-7.0-doc/config/http.html for more details.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top