Setting up maximum of connections for web

前端 未结 2 1643
独厮守ぢ
独厮守ぢ 2020-12-28 08:56

In JBoss7 we\'ve restricted number of web connections by using this



        
2条回答
  •  粉色の甜心
    2020-12-28 09:26

    Try add under filters definition

    
        
    
    

    and then under host or location add (depends on your need)

    
    

    See a configuration example and Model Reference

    Also take a look in Configuring the Web server Pool: http://www.javacodegeeks.com/2014/01/entering-undertow-web-server.html

提交回复
热议问题