ubuntu 서버에서


 $ apt-get install haveged -y


위 명령어로 haveged 를 설치하면 된다.



이 간단한 걸 몰라서 한참 헤맸네;



검색어를


 tomcat7 Deploying web application directory hang on


으로 치고 구글링을 해서 stackoverflow 댓글의 링크를 타고 타고 들어가서 겨우 찾았다 ㅠ






PS. 아래와 같은 에러가 나면


 E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)


apt-get 앞에 sudo 를 쳐주자.


 $ sudo apt-get install haveged -y






참조 #1. http://stackoverflow.com/questions/27612209/spring-boot-application-wont-boot-at-startup-inside-docker


참조 #2. https://github.com/aragorn/home/wiki/Ubuntu-Server

("apt-get install haveged" 으로 검색한 국내 구글링 결과)

+ Recent posts