Ticket #91 (new 需求) — at Version 1

Opened 14 years ago

Last modified 14 years ago

xindex定时任务

Reported by: chenchongqi Owned by:
Priority: major Milestone: 2012报价库5.0
Component: 报价库 Version: 报价库5.0
Keywords: xindex Cc:
Due Date:

Description (last modified by chenchongqi) (diff)

  • 生成文件部分
    • 两个任务:增量同步、全同步
    • 本地检查文件
    • 分发到索引服务器
  • 更新索引部分
    • 更新本地索引文件
    • 检测服务状态
    • 安装
      • 安装ant 1.8
      • copy两个jar包到ant_home/lib
      • 配置server.xml中相关属性:
            <property name="index" location="index"/>
            <property name="work" location="work"/>
            <property name="indexbackup"  location="indexbackup"/> 
            <property name="mail-server"  value="192.168.11.232"/>  
            <property name="mail-port"  value="25"/>
            <property name="mail-user"  value="abc@pconline.com.cn"/>
            <property name="mail-passwd"  value="abc"/>
            <property name="mail-list"  value="chenchongqi@pconline.com.cn"/>
        
      • ant -buildfile server.xml flush
      • ant -buildfile server.xml check-index

Change History

comment:1 Changed 14 years ago by chenchongqi

  • Description modified (diff)

Changed 14 years ago by chenchongqi

Note: See TracTickets for help on using tickets.