본문 바로가기

웹로직33

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.
7. weblogic 연동 tomcat 연동과 동일보통 웹로직과 웹서버 연동시 oracle에서 제공하는 플러그인이 필요하지만 nginx는 별도의 플러그인이 필요하지 않음 설정 예시)upstream weblogic{ ip_hash; server 192.168.56.105:7002; server 192.168.56.105:7003; } server { listen 8080; server_name 192.168.56.105; #charset koi8-r; #access_log logs/host.access.log main; location /webapp/ { index index.html .. 2024. 11. 19.
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.
728x90