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

阿斌 最后提交于3月前 修改切换组织错误
httpd.xml1KB
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE zhiqim-config PUBLIC "-//ZHIQIM //DTD Zhiqim-Config Configuration 8.0.0//EN" "https://zhiqim.org/xmldtds/zhiqim_config_8_0_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="监听端口" />
        <item key="port" value="80" type="protected" desc="监听端口" />
        <item key="poMinSize" value="5" type="protected" desc="HTTP处理线程池最小值" />
        <item key="poMaxSize" value="50" 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="session.idName" value="sessionid-zmr-master" type="protected" desc="管理台对应的数据库映射" />
    </group>

</zhiqim-config>