Reputation: 757
If I create a new web profile app, and generate-all, it runs fine in my local and deploys without error to JBoss. But when I try to access the app all URLs return 404. I know the app started up successfully, because it created tables in the database.
Here's what I'm doing.
JBoss says deployment and activation of the app was successful. There are no errors of any sort in any JBoss log file. And dbCreate: update made the DDL changes to my Oracle database, so I know it got that far. But all URLs for the app return 404.
Upvotes: 0
Views: 111
Reputation: 757
This is a known bug: Issue-9481
It has been added to grails 3.1.5 milestone.
Upvotes: 0