[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 : 빈 폴더 생성해..
[WebLogic] 서버 생성
2022. 8. 2. 20:33
WAS/WebLogic
NodeManager 구성 nodemanager.properties 확인 및 수정 경로 : $WebLogic_HOME\user_project\domains\\nodemanager SecureListener = ture > false 로 수정 IP, Port 확인 nodemanager.properties ListenAddress=localhost ListenPort=5556 SecureListener=false NodeManager 시작 경로 : \bin startNodeManager 실행 ( ProgramFiles 안에 있을 경우 관리자 권한 실행 ) 노드 관리자 시스템 생성 웹 콘솔 접속 : http://localhost:7001/console 환경 > 시스템 > 새로 만들기 노드 시스템..
[WebLogic] 포트번호
2022. 8. 2. 20:30
WAS/WebLogic
기본 포트번호 : 7001 포트번호 변경이 필요할 경우 방법 1) 웹 콘솔 * 포트번호 변경이 필요할 경우 domain을 수정해야 해서 http://localhost:7001/console 접속해서 환경설정 > 서버 > Running 중인 서버 선택 잠금 및 편집 버튼 누른 후 수신 포트를 변경하면 된다. 방법2) xml 수정 C:\Oracle\Middleware\Oracle_Home\user_projects\domains \도메인 이름\config\config,xml 변경할 태그 안에 아래 항목 추가 포트번호 true EX)
[WebLogic] 웹 어플리케이션 war 배포
2022. 8. 2. 20:28
WAS/WebLogic
war 파일을 WebLogic 으로 배포하는 방법에 대해 다룹니다. WebLogic 서버 생성 https://gomban.tistory.com/19 [WebLogic] WebLogic 설치 + Eclipse 연동 1 2 3 4 5 ··· 18 blog.log :: 곰반달 Copyright blog.log Designed by MemoStack Unicons by Iconscout gomban.tistory.com 방법1. 웹 콘솔 WebLogic 서버, NodeManager 실행 WebLogic 경로 : $WebLogic_Home\user_projects\domains startWebLogic 실행 $WebLogic_Home\user_projects\domains\bin startNodeManager..
[WebLogic] WebLogic 설치 + Eclipse 연동
2022. 8. 2. 20:22
WAS/WebLogic
파일 목록 Oracle WebLogic 14.1.1.0 JDK 1.8u331 (11도 가능) Eclipse 4.16 *Oracle WebLogic Server Tools 가 Eclipse 4.16 까지만 지원한다. 최신 버전 Eclipse에서 WebLogic을 설치 후 실행할 경우 자격증명을 검색하는데 필요한 클래스 경로가 없다고 뜬다. Oracle Enterprise Pack for Eclipse 도 수동설치를 해봤으나 설치 중간에 에러난다. (4.16에선 에러안남) 에러 : The server is invalid. Error occurred reading server credential. If the domain was recreated, the server instance in Eclipse m..
[JEUS] 계정 암호화 후 저장
2022. 8. 2. 20:16
WAS/JEUS
JEUS 서버 매번 실행할 때 마다 username, password 입력해주기도 귀찮고 실행파일도 만들겸 패스워드 암호화해서 환경변수 설정하는 법에 대해 알아봄. username 도 암호화되나 테스트 해봤으나 인증오류 뜸 아마 안되는듯 패스워드 인코딩 shell > %JEUS_HOME%\bin shell > encryption -domain AES Domain_NAME 기본값 : jeus_domain PASSWORD : 지정할 패스워드 인코딩된 패스워드 JEUS 환경변수 지정 JEUS 내에서 사용되는 환경변수는 %JEUS_HOME%\bin\jeus.properties 에 저장됨. %JEUS_HOME%\bin\jeus.properties 편집 USERNAME 은 암호화한거 입력했더니 오류뜸 PAS..