//로컬 사용자 아이피 확인 String REMOTE_IP = request.getRemoteAddr(); out.println("<title> 사용자 IP : " + REMOTE_IP + "</title>"); %>