AA (Application Architecture) 5

이클립스 IDE 에서 Project Explorer 로 없어진 Navigator 재현하기

https://stackoverflow.com/questions/60962386/why-is-eclipse-removing-the-navigator-view/65941171#65941171 이클립스에서 Navigator 를 선호하던 개발자들이 있는데, 최근 버전에선 없어졌다.Project Explorer 로 Navigator 를 재현하는 방법을 소개한다. nitind와 osoblanco의 제안을 바탕으로, 다음 단계를 통해 Project Explorer를 더 이상 지원되지 않는 Navigator 뷰처럼 보이게 만들 수 있습니다:Window > Show View > Project Explorer를 클릭합니다.Project Explorer 창 오른쪽 상단의 세로 점 세 개 아이콘(⋮)을 클릭합니다.**Fil..

angular 11 - IE 익스플로러 11 적용하기

(1) polifills.ts 를 열어서 2줄 주석 해제 import 'classlist.js'; // Run `npm install --save classlist.js`. import 'web-animations-js'; // Run `npm install --save web-animations-js`. (2) 설치 npm install --save classlist.js npm install --save web-animations-js (3) .browserslistrc 를 열어서 1줄 삭제후 아래 내용으로 변경 (기존) not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line..

Trac 1.2.2 install 설치방법 정리 및 관리자 로그인

Trac 1.2.2 설치 방법을 정리합니다. 꽤 삽질했는데, 간단하게 설치가 되는거네요. 윈도우 기준으로 설명합니다. Python 설치후에 cmd 창에서 python 호출되는지 확인후, 명령어를 그대로 따라 치면 됩니다. (1) Python 2.7 설치 https://www.python.org/download/releases/2.7/ (2) Genshi 설치 (0.6 or 0.7) easy_install Genshi (3) Trac 설치 easy_install Trac==1.0 (4) 프로젝트 생성 trac-admin D:/TracProjectHome initenv (5) 관리자 권한 등록 (계정명 : admin) trac-admin D:/TracProjectHome permission add admin..

Apache 2.4 - Tomcat Connectors 1.2.48 - workers.properties

필요한 내용은 계속 업데이트 할 예정입니다. The Apache Tomcat Connectors - Reference Guide (1.2.48) - workers.properties configuration The Apache Tomcat Connectors - Reference Guide (1.2.48) - workers.properties configuration This table lists more advanced configuration options. Most of them only apply to some types of workers. We use the abbreviations AJP for ajp13/ajp14 workers used directly via the workers.list..

WAS 종류별 스펙 정리 (현시점 최종 버전)

Web Application Server 종류별 스펙 정리 (현시점 최종 버전) 날짜는 오늘 포스팅 날짜를 참조해 주세요 WAS Servlet JSP Java SE J2EE Tomcat 7 3.0 2.2 6 이상 (n/a) Tomcat 8 3.1 2.3 7 이상 (n/a) Tomcat 9 4 2.3 8 이상 (n/a) Tomcat 10 5.0 또는 6.0 3.0 또는 3.1 8 또는 11 이상 (n/a) JEUS 8 3.1 2.3 8 7 WebLogic 14c 4 2.3 8, 11 8 WebSphere 9 3.1 2.3 8 7 WebSphere Liberty 3.0, 3.1, 4.0 2.2, 2.3 6, 7, 8, 11 6, 7 Resin PRO 4.0 3 ? 12 6 JBOSS EAP 7 3.1 또는 ..