분류 전체보기(702)
-
Spring boot 한글처리
Centos7에서 특별한 조치 없이 한글 잘 나옴 단, html은 아래 메타 태그를 넣어야 한글이 안 깨짐 테스트 한글
2021.01.11 -
터미널에 Ctrl+s를 누른 경우
Ctrl+q를 누르면 해결 됨
2021.01.10 -
spring 참고자료
codingtrainee.tistory.com/172#recentEntries Spring 기초 개념 잡기 JDK당 Spring Framework 버전 JDK 8+ => spring 5.x JDK 6+ => spring 4.x JDK 5+ => spring 3.x Missing tools 오류 발생시 해당 오류가 발생하 때는 보통 JRE가 PC에 설치된 JRE폴더의 VM을 참조해 발생하는 문.. codingtrainee.tistory.com freestrokes.tistory.com/78 스프링 프레임워크(Spring Framework) 개발 환경 설정하기 스프링 프레임워크(Spring Framework) 개발 환경 설정하기 스프링 개발에서 가장 많이 사용하는 통합 개발도구는 Eclipse 기반으로 개발..
2021.01.10 -
jsp 화면 한글깨짐
4가지 방법이 있는걸 확인했는데, 나는 3번째를 수행할 때 해결됨 1. ./conf/server.xml 수정 2. ./conf/web.xml 수정 setCharacterEncodingFilter org.apache.catalina.filters.SetCharacterEncodingFilter encoding UTF-8 true setCharacterEncodingFilter /* 3. 소스 수정 4. 톰켓 실행 java option 수정 -Dfile.encoding=UTF-8
2021.01.09 -
조치 방법 모름
audit2why < /var/log/audit/audit.log type=AVC msg=audit(1610170213.215:77): avc: denied { map } for pid=1594 comm="httpd" path="/run/httpd/mod_jk.shm.1594" dev="tmpfs" ino=43327 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:httpd_var_run_t:s0 tclass=file permissive=0 Was caused by: Unknown - would be allowed by active policy Possible mismatch between this policy and the one un..
2021.01.09 -
AJP 접속 IP 제한
server.xml Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. address를 '0.0.0.0'으로 변경하여 제한 해제
2021.01.09