- Clients access to EAP directly (without apache).
- Clients get '404 Not Found' during restarting JBoss server
- This is caused by "JBossWeb connectors start before application deployments and start up is complete on EAP"
- According to the article https://access.redhat.com/solutions/375263 , we can use 'org.apache.catalina.connector.WAIT_FOR_BEFORE_START' system property on EAP 6
- But this system property did not work on EAP 7
The requirement is the system property same with 'org.apache.catalina.connector.WAIT_FOR_BEFORE_START' on EAP 7.