Zhiqim Account(前端账户管理台)是在ZhiqimManager基础上改造成用于前端注册登录的管理系统,增加组织结构和余额,开放注册组织和组织管理员,可以添加组织内的部门和角色和操作员。并增加该管理台上的一些组件,如充值支付等组件。适用于二级代理管理或该大型组织机构

森中灵 最后提交于1月前 首页做2个,00,01
httpd.xml1KB
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE zhiqim-config PUBLIC "-//ZHIQIM //DTD Zhiqim-Config Configuration 8.0.0//EN" "https://zhiqim.org/xmldtds/zhiqim_config_8_0_0.dtd">
3<zhiqim-config>
4 
5 <group id="resource" desc="WEB容器服务配置">
6 <item key="context" value="resource.root" type="protected" desc="HTTP服务下包括的上下文环境,多个用逗号隔开" />
7 <item key="scheme" value="HTTP" type="protected" desc="HTTP或HTTPS协议" />
8 <item key="port" value="80" type="protected" desc="监听端口" />
9 <item key="minPoolSize" value="5" type="protected" desc="HTTP处理线程池最小值" />
10 <item key="maxPoolSize" value="10" type="protected" desc="HTTP处理线程池最大值" />
11 </group>
12
13 <group id="resource.root" desc="Web界面">
14 <item key="path" value="/" type="protected" desc="上下文环境路径,必填" />
15 <item key="resourceType" value="classpath" type="protected" desc="资源目录类型classpath|directory,无资源时可不配置" />
16 <item key="resourcePath" value="/org/zhiqim/manager/resource" type="protected" desc="资源目录,无资源时可不配置" />
17 <item key="welcomeUrl" value="/index.htm" type="protected" desc="欢迎页,无资源时可不配置,/开头" />
18
19 <item key="session.timeout" value="36000" type="protected" desc="sessionTimeout会话时长" />
20 <item key="session.idName" value="sessionid_zhiqim_account" type="protected" desc="cookie或redirect-url时的取sessionid的名称,未配置缺省jsessionid" />
21
22 <item key="upload.rootDir" value="/mnt/yinlala" type="protected" desc="上传组件根目录" />
23 </group>
24</zhiqim-config>