본문 바로가기

WAS67

46. 14.1.2 remote console About WebLogic Remote Console :: WebLogic Remote ConsoleWebLogic Remote Console Oracle WebLogic Remote Console is a graphical user interface that administers Oracle WebLogic Server domains. WebLogic Remote Console relies on REST APIs to provide flexibility, enabling it to connect to domains in varied environmenoracle.github.io  weblogic 14.1.2 버전부터는 기존의 웹 콘솔이 사라지고 remote console이 새로 생김 두 가지 방식으로.. 2025. 1. 20.
45. JDK 변경 참조)https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.3/soaqs/shared-updating-jdk-installing-and-configuring-oracle-fusion-middleware-product.html#GUID-A8B58750-8A71-4495-9743-0EB0CEA23512 Installing Oracle SOA Suite and Business Process Management Suite Quick Start for DevelopersConsider that you have a JDK version jdk1.8.0_121 installed on your machine. When you install and configu.. 2024. 6. 5.
44. weblogic node manager(노드 매니저) 12cR2 기준으로 작성 하였음 참조)https://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/12c/12_2_1/01-12-001-ConfiguringandUsingNodeManager/Configuring_and_Using_NM.html#overview Oracle WebLogic Server 12c (12.2.1): Configuring and Using Node ManagerThis tutorial shows how to configure and use the Oracle WebLogic Server 12c Java-based Node Manager. In a production environment, WebLogic Server in.. 2024. 6. 3.
43. perl 스크립트를 활용한 nohup log rotate(로그 로테이트) weblogic nohup 로그의 경우 server 로그와 달리 로그 로테이트 설정이 불가능하다=> perl 스크립트 사용 or crontab 사용으로 로그 로테이트 설정 가능 [perl 스크립트를 활용한 로그 로테이트 방법] 1. perl 스크립트 생성아래 두 가지 중 택하여 사용 logs.pl#!/usr/bin/perl#[Window]# start /b run 2>&1|start /b perl log.pl admin.out. 2>&1#[Unix]# nohup run 2>&1|nohup ./log.pl admin.out. 1>&0 2>&1 &$SIG{INT}=$SIG{BREAK}='IGNORE'; - 해당 시그널은 무시하겠다$DEFAULT_LOG_PFX="OUT."; - 첫번째 ARGV 설정을 .. 2024. 6. 3.
728x90