After installing Tomcat 9 on Windows machine, the tomcat starts without any error but it doesn't service any servlet.
Using procmon, I found out that tomcat doesn't read the web.xml from %CATALINA_HOME%\conf when it starts.
It does read other files from that location such as server.xml
Any idea?