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