Creation of SecureRandom instance for session ID generation using , tomcat 실행시
Java 2021. 2. 19. 10:11반응형
Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [16,008] milliseconds.
tomcat 실행시 위와 같은 문제가 발생한다면
-Djava.security.egd=file:/dev/./urandom
옵션을 넣어 주면 됨
반응형
'Java' 카테고리의 다른 글
querydsl, mariadb, mysql, yyyy-mm(yyyymm) 월(달)별 조회 (0) | 2021.04.13 |
---|---|
jpa yyyy-MM-dd 날짜 범위 검색 (0) | 2021.04.12 |
oracle jdbc version and jdk(jre) version (0) | 2021.01.18 |
spring boot redis session 적용하기 (0) | 2021.01.14 |
ngram 구현하기 (0) | 2020.11.26 |