포스트 목록

2016년 7월 26일 화요일

톰캣 시작시 시간이 오래 걸리는 경우 (톰캣 버그 해결)

http://www.issihosts.com/haveged/downloads.html 에 들어가서 다운로드를 받는다.

# tar zxvf /path/to/haveged-x.x.tar.gz


# cd /path/to/haveged-x.x

# ./configure
# make
# make install

CentOS7 에서는 비활성화 되어 있다.

# chmod a+x /etc/rc.local

rc.local 파일에 

/usr/local/sbin/haveged -w 1024

를 추가하고 reboot를 한다.


댓글 없음:

댓글 쓰기