본문 바로가기
WAS/WEBLOGIC

46. 14.1.2 remote console

by coldplayer83 2025. 1. 20.
728x90

 

 

About WebLogic Remote Console :: WebLogic Remote Console

WebLogic 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 environmen

oracle.github.io

 

 

weblogic 14.1.2 버전부터는 기존의 웹 콘솔이 사라지고 remote console이 새로 생김

 

두 가지 방식으로 설치 가능

데스크탑 방식 : 각 pc에 어플리케이션 설치 방식

브라우저 방식 : 어드민 서버에 어플리케이션을 배포해서 브라우저를 통해 접속하는 방식

 

두 방식은 기능이 비슷하지만 데스크탑 방식은 브라우저 방식으로 사용할 때는 불가능한 특정 편의성을 제공함

 


 

브라우저 방식

admin 서버에 배포하고 브라우저를 통해 접속

 

1. admin 서버 start

 

2. wlst를 통해 remote console application 배포

 

cd ${ORACLE_HOME}/oracle_common/bin
./wlst.sh ${WL_HOME}/server/bin/remote_console_deployment.py t3://${ip}:${port} ${username} < password.txt

 

password.txt는 admin 계정의 password를 적어둔 파일임

 

password.txt

weblogic1

 

 

http(s)://${ip}:${port}/rconsole로 콘솔 접속

 

제공자(provider)에서 이 서버(this server) 클릭

 

'WAS > WEBLOGIC' 카테고리의 다른 글

45. JDK 변경  (0) 2024.06.05
44. weblogic node manager(노드 매니저)  (0) 2024.06.03
43. perl 스크립트를 활용한 nohup log rotate(로그 로테이트)  (0) 2024.06.03
42. Plan.xml  (0) 2024.06.03
41. 웹로직 thread 확인 및 튜닝  (0) 2024.05.28