개인 저장용 블로그

Jeus8 디렉토리 구조 파악 및 Console 접속 본문

미들웨어/Jeus

Jeus8 디렉토리 구조 파악 및 Console 접속

우엉잇 2022. 6. 2. 15:30

# Jeus8 디렉토리 구조 

 

Jeus 8 설치 후 JEUS_HOME 을 보면 아래와 같이 생성되어 있습니다. 

drwxr-xr-x  4 weblogic weblogic   71  6월  2 15:08 UninstallerData
-rwxr-xr-x  1 weblogic weblogic  114  6월  2 15:08 ThirdPartyLicenses.txt
drwxrwxr-x 10 weblogic weblogic  128  6월  2 15:08 templates
drwxrwxr-x  2 weblogic weblogic   21  6월  2 15:08 license
drwxr-xr-x  3 weblogic weblogic   36  6월  2 15:08 nodemanager
drwxrwxr-x 12 weblogic weblogic  160  6월  2 15:09 lib
drwxrwxr-x  3 weblogic weblogic   21  6월  2 15:09 docs
drwxrwxr-x  6 weblogic weblogic  148  6월  2 15:09 derby
drwxrwxr-x 15 weblogic weblogic  257  6월  2 15:09 samples
drwxr-xr-x 13 weblogic weblogic  139  6월  2 15:09 webserver
drwxr-xr-x 14 weblogic weblogic  217  6월  2 15:09 .
drwxrwxr-x  2 weblogic weblogic 4096  6월  2 15:09 bin
drwxr-xr-x  3 weblogic weblogic   68  6월  2 15:09 domains
drwxr-xr-x  6 weblogic weblogic  147  6월  2 15:09 setup

 

디렉토리명  설명
bin 서버의 시작 및 종료 스크립트과 콘솔 툴과 같은 실행 파일들이 디렉토리
derby 샘플 애플리케이션이나 테스트에서 쉽게 사용할 수 있도록 Apache Derby를 포함시킨 디렉토리
docs  JEUS에서 제공하는 API에 대한 디렉토리 
lib JEUS가 기동하는데 필요한 라이브러리가 있는 디렉토리 (APP 사용 할 라이브러리는 shared 디렉토리)
nodemanager JEUS 노드 매니저 설정 파일이 있는 디렉토리
seetup JEUS 설치 후 환경 구축에 필요한 파일이 있는 디렉토리
templates 각종 설정과 환경 등의 template 파일이 있는 디렉토리
webserver JEUS가 설치될 때 JEUS 웹 서버가 설치되는 디렉토리 
domains 도메인들이 위치하는 디렉토리 

이외 등등이 있습니다. 

 

# Console 접속 

 

Adminserver를 기동 시킨다. 

[weblogic@localhost bin]$ pwd
/product/jeus/jeus8/domains/jeus_domain/bin

[weblogic@localhost bin]$ ./startDomainAdminServer -u administrator -p welcome1
***************************************************************
  - JEUS Home         : /product/jeus/jeus8                           
  - Java Vendor       : Sun                         
  - Added Java Option :                            
***************************************************************
+ /usr/java/jdk1.8.0_251/bin/java -server -Xmx512m -Xbootclasspath/p:/product/jeus/jeus8/lib/system/extension.jar -classpath /product/jeus/jeus8/lib/system/bootstrap.jar -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.library.path=/product/jeus/jeus8/lib/system -Djava.endorsed.dirs=/product/jeus/jeus8/lib/endorsed -Djava.naming.factory.initial=jeus.jndi.JNSContextFactory -Djava.naming.factory.url.pkgs=jeus.jndi.jns.url -Djava.net.preferIPv4Stack=true -Djava.util.logging.manager=jeus.util.logging.JeusLogManager -Djava.util.logging.config.file=/product/jeus/jeus8/bin/logging.properties -Djeus.home=/product/jeus/jeus8 -Djeus.jvm.version=hotspot -Djeus.tm.checkReg=true -Djeus.properties.replicate=jeus,sun.rmi,java.util,java.net jeus.server.LauncherBootstrapper -u administrator -p welcome1 -domain jeus_domain

================ JEUS LICENSE INFORMATION ================
=== VERSION : JEUS 8 (8.0.0.0-b105)
=== EDITION: Enterprise (Trial License)
=== NOTICE: This license restricts the number of allowed clients.
=== Max. Number of Clients: 5
==========================================================
This license is not appropriate for product runtime mode. Replace the license with an appropriate one.
[2022.06.02 15:25:50][2] [launcher-1] [Launcher-0012] Starting the server [adminServer] with the command
 /usr/java/jdk1.8.0_251/bin/java -DadminServer -Xmx1024m -XX:MaxMetaspaceSize=128m -server -Xbootclasspath/p:/product/jeus/jeus8/lib/system/extension.jar -classpath /product/jeus/jeus8/lib/system/bootstrap.jar -Djava.security.policy=/product/jeus/jeus8/domains/jeus_domain/config/security/policy -Djava.library.path=/product/jeus/jeus8/lib/system -Djava.endorsed.dirs=/product/jeus/jeus8/lib/endorsed -Djeus.properties.replicate=jeus,sun.rmi,java.util,java.net -Djeus.jvm.version=hotspot -Djava.util.logging.config.file=/product/jeus/jeus8/bin/logging.properties -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.util.logging.manager=jeus.util.logging.JeusLogManager -Djeus.home=/product/jeus/jeus8 -Djava.net.preferIPv4Stack=true -Djeus.tm.checkReg=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Djeus.domain.name=jeus_domain -Djava.naming.factory.initial=jeus.jndi.JNSContextFactory -Djava.naming.factory.url.pkgs=jeus.jndi.jns.url -Djeus.server.protectmode=false -XX:+UnlockDiagnosticVMOptions -XX:+LogVMOutput -XX:LogFile=/product/jeus/jeus8/domains/jeus_domain/servers/adminServer/logs/jvm.log jeus.server.admin.DomainAdminServerBootstrapper -u administrator -domain jeus_domain -server adminServer .
[2022.06.02 15:25:50][2] [launcher-1] [Launcher-0014] The server[adminServer] is being started ...
.
.
.
[2022.06.02 15:25:58][0] [launcher-1] [Launcher-0040] Successfully started the server. The server state is now RUNNING.

# webadmin 접속 

 

접속 context는 http://IP:port/webadmin 이다. 

 

이후 ID / PASSWORD를 치면 JEUS webadmin 기본 페이지가 뜬다. 

JEUS8 디렉토리 구조 파악 및 console 접속을 마치겠습니다. 

'미들웨어 > Jeus' 카테고리의 다른 글

Jeus8 Session 공유  (0) 2022.06.03
Jeus8 Deployment  (0) 2022.06.03
Jeus8 MS 추가  (0) 2022.06.02
Jeus8 컨테이너(DAS,MS) 기동 및 정지  (0) 2022.06.02
Jeus8 설치 콘솔모드 (Linux)  (0) 2022.06.02