본문 바로가기

WAS

(98)
java cacerts에 SSL 인증서 등록하기 #. 참고 글https://blog.naver.com/adsl6662/221178437373https://support.smartbear.com/collaborator/faq/how-to-resolve-quot;keytool-error-java-lang-except/  #. 특이사항일반적으로 java 환경에서 쓰이는 jks 확장자 인증서를 사용하지 않고apache 서버에 등록할 시 사용하는 crt 확장자 인증서를 사용했다.  #. 작업 절차 01. security 디렉토리 이동/usr/lib/jvm/java-11-openjdk/lib/security 02. 인증서 등록/usr/lib/jvm/java-11-openjdk/bin/keytool -importcert -keystore /usr/lib/jvm/j..
[weblogic] ssl 인증서 등록 가이드 (12c, 14c) #. 참고 글https://blog.naver.com/kpop4472/221415112086https://blog.naver.com/twilight_teatime/221306476614 #. 참고 Oracle 문서(Doc ID 638359.1)WebLogic Fails to Listen on SSL Port after Installing Certificate: Logs Message "BEA-090168: No identity key/certificate entry was found under alias"(Doc ID 2697430.1)WebLogic 12.2.1.4 Fails to Enable SSL with "No trusted certificates have been loaded. Server wi..
[weblogic] windows 환경에서 한글 깨지는 현상 조치 #. 참고 글https://goddaehee.tistory.com/18https://pub-diary.tistory.com/7  #. OS 설정 확인제어판 -> 시계 및 국가 -> 국가 또는 지역 -> 관리자 옵션 -> 시스템 로캘 변경locale 설정이 한국어(대한민국) 으로 되어있어야 한다. 시스템 재부팅 후 cmd 창에서 chcp 명령어로 시스템 인코딩 값을 확인한다.949 코드로 되어있어야 한다. 시스템 locale 설정이 영어(미국) 으로 되어있으면 437 코드가 되는데, 해당 코드는 한글을 지원하지 않는다.weblogic 측에서 인코딩 설정을 아무리 변경해도 CP1252 코드로 강제 적용된다.CP437 코드와 CP1252 코드가 동일한 의미로 쓰이는 듯 하다.  #. WebLogic 로그 확인..
Header:Location Cannot contain CRLF Charcters #. 참고한 글 WebLogic Server Application Error Occurs: "Header:Location Cannot Contain CRLF Charcters" (Doc ID 2316603.1) https://blog.naver.com/dae0park/221181844222 https://half.tistory.com/23
[weblogic] 보안취약점 - directory indexing 비활성화 #. 참고 글 https://blueyikim.tistory.com/2136 기본값이 false 이므로 조치 취할 필요 없음. 개발자들이 directory indexing 활성화 되어있는거 아닌지 물어볼때 대답할 수 있도록 알고만 있으면 됨.
[JBoss/WildFly] https로 Management Console 접속 #. 참고 RedHat 문서 https://access.redhat.com/solutions/2786471 https://access.redhat.com/solutions/1284463 https://access.redhat.com/documentation/ko-kr/red_hat_jboss_enterprise_application_platform/6.4/html/security_guide/configure_the_management_console_for_https_in_standalone_mode #. 참고 글 https://m.cafe.daum.net/bboybeatbox/2cL2/53 https://jboss.openmaru.io/docs/15.Logging_SubSystem.html #. 내부 테..
[weblogic] JSP 컴파일 시 크기가 64kb 초과할 경우 #. 참고 글 https://stackoverflow.com/questions/58165110/error-in-jsp-file-while-compiled-should-not-exceed-65kb 참고
[JBoss/WildFly] request 수행 시간이 특정 시간이 지나면 강제로 kill 가능한지 #. 참고 RedHat 문서 https://access.redhat.com/solutions/497663 request 수행 시간이 일정 시간을 초과하였을 시에 이를 강제로 kill 시키는 것은 WAS 레벨에서는 불가하다. WEB - WAS 간 proxy 플러그인 구간에서 request timeout 설정을 통해 이를 구현해야 한다. Apache - JBoss 연동 시에 modjk 를 사용할텐데, socket_timeout 과 reply_timeout 옵션으로 시간을 조절하면 된다. 상세 내용은 아래 글 참고 https://hyuunchul.tistory.com/266