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
'WAS > JBoss&WildFly' 카테고리의 다른 글
| [JBoss EAP 8 - standalone] 데이터소스 암호화(2026.04 업데이트) (0) | 2026.04.10 |
|---|---|
| [jboss 8.1] patch (0) | 2026.04.09 |
| jboss - cubrid 연동 (0) | 2026.04.03 |
| jboss-deployment-structure.xml <exclusions> 사용 해보기 (1) | 2026.03.24 |
| log4j 설정 관련 추가 정리 (0) | 2026.03.24 |