Grails 3.1.6 Deploy to JBoss is 404
问题 When I deploy a helloWorld app to JBoss EAP 6.4.0.GA it deploys with warnings and no errors, shows deployed in JBoss web admin console, but the application context returns 404. I have some warnings but no errors in JBoss log file. Process: Grails 3.1.6 JVM 1.8.0_77 Build on Windows 7 Enterprise Deploying to JBoss EAP 6.4.0.GA running on CentOS Linux release 7.1.1503 grails create-app helloWorld grails create-domain-class Person Edit Person.groovy... add String name grails henerate-all *