Undeploy doesn't remove Data content if server is in --admin-only mode in JBoss EAP 6
Issue
Content from 'data' directory are not removed if we undeploy application in 'admin-only' mode.
-
Steps to Reproduce:
- Start server instance using --admin-only flag
- Deploy application using CLI command.
deploy /valid/path/WebApp.war --runtime-name=WebApp.war --name=WebApp.war- Undeploy application using CLI command:
undeploy WebApp.war- Application will be undeployed but content from 'data' directory are not removed.
Environment
- Red Hat JBoss Enterprise Application Platform
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.