본문 바로가기

WAS/JBoss&WildFly

JBoss 배포 cli command

728x90
##exploded 배포 방식##

jboss-cli.sh 기동 후 아래의 커맨드 진행
[standalone@192.168.56.101:9990 /] deploy /apps/test --name=test --runtime-name=test.war --unmanaged --enabled 

배포된 APP 확인 커맨드
[standalone@192.168.56.101:9990 /] deployment-info
NAME           RUNTIME-NAME       PERSISTENT ENABLED STATUS 
crash          crash.war          true       true    OK     
dupe           dupe.war           true       true    OK     
logs           logs.war           true       true    OK     
multipart-test multipart-test.war true       true    OK     
test           test.war           true       true    OK