2

I've just installed tomcat9 in ubuntu, upload a war using the manager webapp , but I am not able to locate the webapps folder in the system

Nuñito Calzada
  • 4,394
  • 47
  • 174
  • 301

1 Answers1

4

The default directory is /var/lib/tomcat9/webapps/. You only need to remember /var/lib/tomcat9/, the other interesting directories like conf and logs are symlinked from there.

Freddy
  • 4,548
  • 1
  • 7
  • 17