[WebSphere] WebSphere 9.0.5 웹 애플리케이션 WAR 배포
2022. 8. 2. 20:47
WAS/WebSphere
서버 생성 URL : https://gomban.tistory.com/26 [WebSphere] WebSphere 9.0.5 설치 + 서버 생성 1 2 3 4 5 ··· 25 blog.log :: 곰반달 Copyright blog.log Designed by MemoStack Unicons by Iconscout gomban.tistory.com 해당 문서 하단 참조 방법1. 웹 콘솔 서버 실행 프로필 - First Steps 실행 > 서버 시작 > 관리 콘솔 *First Steps가 너무 느릴 경우 shell > cd WEBSPHERE_HOME\AppServer\profiles\PROFILES_NAME\bin shell > startServer 주소창에 직접 입력 -> http://localhost:9..
[WebSphere] WebSphere 9.0.5 설치 + 서버 생성
2022. 8. 2. 20:41
WAS/WebSphere
파일 목록 IBM Installation Manager 1.9.2.2 WebSphere Application Server 9.0.5.6 Installation Manager 설치 IBM에서 제공하는 Installation Manager를 통해 설치해야 한다. IBM Installation Manager 설치 https://www.ibm.com/support/fixcentral/ IBM 사이트 가입 필요 gmail.com 사용 권장( naver.com 은 권한 없음 뜨면서 다운로드가 안됨) 본인은 가입 후 바로 안되고 10분 쯤 지나고 다운로드 가능해짐 IBM Installation Manager 검색 (키보드 입력하면 자동으로 잡힘) 변경 없이 다음 WIN64 선택 중간에 다운로드..
[WebSphere Liberty] Eclipse 콘솔 한글 깨짐 문제
2022. 8. 2. 20:39
WAS/WebSphere
오류 내용 Eclipse Console 에서 한글 부분만 깨져서 출력된다. 원인 WebSphere의 기본 Encoding 설정은 EUC-KR 인데 Eclipse에서 UTF-8 로 인코딩 하면서 발생한 문제 해결책 Eclipse 의 Console Encoding 을 EUC-KR 로 변경 Eclipse Run > Run Configurations > Liberty Server > Common Encoding : EUC-KR 작성
[WebSphere Liberty] 웹 어플리케이션 배포
2022. 8. 2. 20:37
WAS/WebSphere
환경 WebSphere Liberty 22.0.5 Liberty 버전은 웹콘솔 ( ibm/console ) 을 사용할 수 없어서 수동으로 배포해야 함 cmd 실행 후 WebSphere가 설치된 경로의 bin 으로 이동 shell > cd WebSphere Liberty 경로\bin 서버 생성 shell > server create 서버명(myserver) server.xml 수정 WebSphere Liberty 경로\usr\servers\myserver server.xml webProfile-8.0 adminCenter-1.0 admin keyStore id 를 "defaultKeyStore" 로 지정 시 adminCenter 작동 안함 *password 암호화 cmd WebSphere경로\bin..
[WebSphere Liberty] Eclipse WebSphere Liberty 서버 구성
2022. 8. 2. 20:35
WAS/WebSphere
위 글은 WebSphere Liberty 버전에 대해 다룹니다. *Eclipse IDE 에서 쉽게 설치할 수 있도록 제공해주고 있다. *수동으로 IBM 사이트에서 파일을 받아서 압축풀고 설치하는 방법도 있으나 클래스 수정 때 마다 수작업으로 war 추출하고 배포 붙이는 작업을 해줘야 하는 번거로움이 있다. 파일 목록 Eclipse 4.23 ( 아무 버전이나 상관없을 듯) JDK 1.8u331 (7, 9도 가능) 설치 Servers > new > Server IBM Liberty Server 또는 WebSphere Liberty Server 클릭 Install from an archive or a repository 클릭 Enter the destination path : 빈 폴더 생성해..