[jsp] jsp파일 include 하기

/common/footer.jsp

Main.jsp 아래에 추가

 

[jsp] request.isSecure()

Servlet 처리시 Https로 접근되었는지 확인이 필요한때가 있다. 최근 정보통신부에서 고시하기로, 회원정보, 금융거래와 같이 보안에 취약할 수 있는 항목에 대해서는 https 프로토콜을 이용하여 처리를 수행하도록 되어 있는데. 서버단에서 이러한 https요청으로 request가 들어왔는지 확인 하는 메소드로 HttpServletRequest 클래스내에 isSeucre()라는 메소드가 있다. true라면 https로 접근된 것이며, false라면 일반 경로로 (http)로 접근된 것을 의미한다.

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. 서버를 다시 시작 합니다.

[java] Throwable – printStackTrace