에러 현상
- request.getRemoteAddr() 했을 때 IP가 아닌 0:0:0:0:0:0:0:1가 나오는 상황
해결
1. eclicpse 상위 메뉴에서 Run > Run Configrations...를 클릭한다.
2. Tomcat을 검색한 후 -Djava.net.preferIPv4Stack=true를 추가하고 Apply를 클릭한다.
3. 0:0:0:0:0:0:0:1이 아닌 127.0.0.1이 출력된다. 그러나 IPv4 주소 출력이 필요하다. 다른 방법을 찾았다.
'Error' 카테고리의 다른 글
npm ERR! -node_modules 재설치 중 에러 (0) | 2024.03.26 |
---|---|
ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다 (0) | 2023.10.27 |
[Web🌐] Several ports (8005, 8080) required by Tomcat... (0) | 2023.08.07 |
[Web🌐] Refused to display '' in a frame because it set 'X-Frame-Options' to 'sameorigin' (0) | 2023.07.12 |
[Web🌐] ambiguous mapping. cannot map '' method (0) | 2023.05.15 |