Hello everyone.
I was faced with the EAR file deploy
wildfly 10 problem. I got an application with
ejb module and web module. And all this is under EAR. i got
maven to control all plugins and dependencys.
When i packaging my ear project with "mvn package" all good, and project builds successfully. I even copy that ear file to wildfly "10.0.0\standalone\deployments" without any problems. My application deploys with no errors. But when im trying to get on my site, i got Forbidden error.
who can tell me where im wrong?
link on github -
https://github.com/aiidko/StaticTime
if someone want, i can copy source to this topic.
Thanks.