Changing the "--runtime-name" in EAP6 cases an application causes 404 http response
Issue
- We are trying to deploy an application in EAP6 using the following CLI command
./jboss-cli.sh --connect controller=localhost:9999 --user=admin --password=admin123 --commands="deploy /home/userone/apps/Test_EAR.ear --runtime-name=ABCD --name=WXYZ"
-
We observe that if we do not specify the "--runtime-name" then the application works fine
-
However when we deploy the application with a different --runtime-name like "--runtime-name=abcd" then the application deploys fine without any errors but while accessing the application we get a 404 http response.
Environment
- JBoss Enterprise Application Platform (EAP) 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
