log4j按级别输出日志文件
摘要:log4j.properties: BASE_DIR= /home/admin/preprocess-tmc-city/logslog4j.rootLogger=debug,stdout,debug,info,warn,error log4j.appender.stdout=org.apache.l
阅读全文
posted @
2016-06-29 14:39
xuxu_dragon
阅读(536)
推荐(0)
nginx 安装及代理配置。
摘要:新建etc/yum.repos.d/nginx.repo文件,添加以下内容:[nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=0 enabled=1 yum
阅读全文
posted @
2016-06-21 21:52
xuxu_dragon
阅读(315)
推荐(0)
zk抢主
摘要:package com.autonavi.tinfo.t1.traffic.pub.openlr.util;import java.util.Collections;import java.util.List;import java.util.concurrent.Executors;import
阅读全文
posted @
2016-06-20 19:54
xuxu_dragon
阅读(295)
推荐(0)
zookeeper启动。
摘要:#!/bin/sh#zookeeper addresszkAddress=100.69.209.30:2181,100.69.207.28:2181,100.69.193.87:2181#connection timeout in MillsecondsconnectTimeOut=60000#se
阅读全文
posted @
2016-06-20 19:44
xuxu_dragon
阅读(627)
推荐(0)
assembly打包。
摘要:--排除 <?xml version="1.0" encoding="UTF-8"?><assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://ww
阅读全文
posted @
2016-06-06 21:44
xuxu_dragon
阅读(472)
推荐(0)