首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Jetty装配部署

2012-12-19 
Jetty安装部署??????????? Set nameportSystemProperty namejetty.port default8080//Set?

Jetty安装部署

??????????? <Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set>
??????????? <Set name="maxIdleTime">30000</Set>
??????????? <Set name="Acceptors">2</Set>
??????????? <Set name="statsOn">false</Set>
??????????? <Set name="confidentialPort">8443</Set>
??????????? <Set name="lowResourcesConnections">5000</Set>
???????? ?? <Set name="lowResourcesMaxIdleTime">5000</Set>
????????? </New>
?????? </Arg>
? ?? </Call>

?

?

热点排行