I have this servlet-mapping below. But whenever I access the url, it's always 404 Not Found.
<servlet-mapping>
<servlet-name>equinoxbridgeservlet</servlet-name>
<url-pattern>/console/*</url-pattern>
</servlet-mapping>
To give you an idea, I'm deploying an ear file with multiple war files. This also requires a security. After entering the correct credentials, I'm encountering 404 Not Found.
I'm not able to find anything from the log file as well. It's also working in jboss 5 but not in wildfly 9 or 10.