0

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?

sbiras
  • 65
  • 4

1 Answers1

0

In my case it was an upgrade from an older version (uninstall and then install) and the uninstaller have probably left some leftovers.

After I completely removed all the files and reinstalled everything worked

sbiras
  • 65
  • 4