Nuñito Calzada
Nuñito Calzada

Reputation: 2086

webapps folder in Tomcat9 - Ubuntu

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

Upvotes: 3

Views: 3749

Answers (1)

Freddy
Freddy

Reputation: 4688

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.

Upvotes: 5

Related Questions