httpd.xml 1.4 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE ZHIQIM-CONFIG PUBLIC "-//ZHIQIM //DTD Zhiqim-Config Configuration 1.5.0//EN" "http://zhiqim.org/xmldtds/zhiqim_config_1_5_0.dtd">
  3. <zhiqim-config>
  4. <group id="httpd" desc="WEB服务器">
  5. <item key="context" value="httpd.root" type="protected" desc="必须,WEB服务下包括的上下文环境表,多个用逗号隔开" />
  6. <item key="scheme" value="HTTP" type="protected" desc="HTTP或HTTPS协议" />
  7. <item key="port" value="10180" type="protected" desc="监听端口" />
  8. <item key="minPoolSize" value="5" type="protected" desc="HTTP处理线程池最小值" />
  9. <item key="maxPoolSize" value="10" type="protected" desc="HTTP处理线程池最大值" />
  10. </group>
  11. <group id="httpd.root" desc="WEB服务根上下文环境">
  12. <item key="path" value="/" type="protected" desc="必须,上下文环境路径" />
  13. <item key="resourceType" value="directory" type="protected" desc="资源目录类型classpath|directory" />
  14. <item key="resourcePath" value="./resource" type="protected" desc="资源目录" />
  15. <item key="welcomeUrl" value="/index.htm" type="protected" desc="欢迎页" />
  16. <item key="zmr.orm" value="orm" type="protected" desc="管理台对应的数据库映射" />
  17. <item key="rmi.sessioner" value="58fda2df" type="protected" desc="管理台对应的数据库映射" />
  18. </group>
  19. </zhiqim-config>