Error (2) 썸네일형 리스트형 a태그 href 안먹힐때 해결방법(1) 가끔가다가 a태그 href가 안먹히는 경우가 있습니다. 일반적으로 a태그를 레이아웃이 덮고 있어서인 경우가 많으므로 우선 a태그의 z-index를 최대치로 줘봅니다. 이때, z-index가 먹히려면 position의 값이 relative,fixed,absolute 셋 중 하나의 값을 가져야 합니다. (예시) Apache Tomcat 서버 에러: Port 번호 바꿔서 해결하기 이클립스에 톰캣 서버를 깔고 무리없이 사용하던 어느 날, 갑자기 아래와 같은 에러가 떴습니다. Port 8080 required by Tomcat v9.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). 대략, localhost의 Tomcat v9.0 서버에 필요한 포트번호인 8080이 이미 사용 중이라는 뜻. 즉, 서버가 이미 다른 프로세스에서 실행 .. 이전 1 다음