Applications deployments location
Hello,
I'm using JBoss EAP 6.4 on RHEL, I have deployed War a EAR applications and I wish to find the location of these applications inside EAP_HOME.
I have tried the following commands without result:
find $EAP_HOME -type f -name "*.war"
find $EAP_HOME -type f -name "*.ear"
What is the location of deployed application inside EAP_HOME ?
Regards
Carlos
Responses