Tmax-Jeus-Webtob

[Tmaxsoft] JEUS 명령어 정리

IT-PAPA 2023. 3. 27. 17:09
반응형
TmaxSoft의 웹 애플리케이션 서버인 JEUS 8 버전에서 사용되는 주요 명령어들과 그 옵션들을 아래 테이블에 정리해보았습니다.

 

명령어 옵션 설명
jeusctl start, stop, restart, status, ping, configtest, setenv, unsetenv, version, help JEUS 서버를 제어하는 명령어
jeusadmin deploy, undeploy, list, start, stop, reload, status, getinfo, setoption, adduser, deleteuser, listusers, updateuser, changepassword, setrole, addrole, deleterole, listroles, updaterole, addgroup, deletegroup, listgroups, updategroup, addmember, deletemember, listmembers, setconfig, getconfig, resetconfig, testconnection, version, help JEUS 도메인 및 애플리케이션을 관리하는 명령어
jeusweb start, stop, restart, status, version, help JEUS Web Server를 제어하는 명령어
jeusdb start, stop, restart, status, version, help JEUS DBMS를 제어하는 명령어
jeusgen help JEUS XML 파일을 생성하는 명령어
jeusjsp help JEUS JSP 파일을 미리 컴파일하는 명령어
jeusjws help JEUS Web Service를 배치하고 관리하는 명령어
jeusps start, stop, restart, status, version, help JEUS Process Manager를 제어하는 명령어
jeussvr start, stop, restart, status, version, help JEUS WAS 서버를 제어하는 명령어

 

명령어 옵션 설명
startDomainAdminServer -domain {도메인명} -u {관리자계정} -p {관리자비밀번호} 도메인 관리자 서버 시작
stopDomainAdminServer -domain {도메인명} -u {관리자계정} -p {관리자비밀번호} 도메인 관리자 서버 중지
startManagedServer -domain {도메인명} -server {서버명} -u {관리자계정} -p {관리자비밀번호} 관리 서버의 관리 대상 서버 시작
stopManagedServer -domain {도메인명} -server {서버명} -u {관리자계정} -p {관리자비밀번호} 관리 서버의 관리 대상 서버 중지
deploy -domain {도메인명} -u {관리자계정} -p {관리자비밀번호} -appDir {애플리케이션경로} -contextRoot {컨텍스트루트} 애플리케이션 배포
undeploy -domain {도메인명} -u {관리자계정} -p {관리자비밀번호} -appName {애플리케이션이름} 애플리케이션 배포 취소
listDomain   등록된 도메인 목록 조회
listManagedServer -domain {도메인명} -u {관리자계정} -p {관리자비밀번호} 관리 서버의 관리 대상 서버 목록 조회
listDeployed -domain {도메인명} -u {관리자계정} -p {관리자비밀번호} 배포된 애플리케이션 목록 조회

 

 
728x90
반응형
LIST