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
Asked
Active
Viewed 2,081 times
1 Answers
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