Hi, guys ... breaking your head several days ago ...
I have my development environment with Eclipse + Wildfly 8.2.1. I imported my .war project, I can start the server and it deploy no mistakes. The problem is when I'm going to run login, it returns: " HTTP method POST is not supported by this URL " And it does not reach the servlet controller. I did the test by changing the p / GET method and the message remains the same. How can I resolve this?