사이트 Open SSL letsencrypt 세팅 오류

Overview 사이트 Open SSL letsencrypt 세팅 오류 원인 톱켓에서 포트가 다르기 때문에 letsencrypt 에러가 발생 한다.

[jsp] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path

The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path 1. 작성중 프로젝트 폴더에서 왼쪽 마우스 -> Properties 선택 2. Proejct Facets -> java -> Runtimes 의 Apache Tomcet v8.0 버전 체크  후 APPLY

HTTP Status 500 – java.io.FileNotFoundException:

로컬에서 에러

서버에서 에러

수정위치 서버 수정 : 경로명을 풀로 적어 준다.

The following problems were detected org.eclipse app.logging.aeri.ide

At least one JAR was scanned for TLDs yet contained no TLDs

 

참조: https://javacan.tistory.com/entry/decrease-tomcat-startup-time-by-skip-jar-scan 추가

Example01.log (지정된 경로를 찾을 수 없습니다)

Example01 Property maxActive is not used in DBCP2,

Tomcat JDBC Connection Pool and Apache DBCP are two different connection pool implementations. In your stage environment you probably have Apache DBCP2 in classpath and Tomcat tries to use it instead of Tomcat JDBC Connection Pool. maxActive 를 maxTotal maxWait -> maxWaitMillis 로  수정

[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property ‘source’

 

1. 이클립스 톰캣 설정 메뉴를 클릭 하여 설정 메뉴로 들어 갑니다. 2. Server Options에서 아래 메뉴를 체크 합니다.     3. 서버를 다시 시작 합니다.

cellpadding cellpadding is obsolete

Multiple annotations found at this line: – Attribute (cellpadding) is obsolete. Its use is discouraged in HTML5 documents. – Attribute (cellpadding) is obsolete. Its use is discouraged in HTML5 documents.

HTML5  CSS 로 수정

참조 :  https://wiki.devknight.com/wiki/3/cellpadding0-and-cellspacing0-replacement-for-html5