Where tomcat.conf is located?
There is no means of a tomcat.conf
file in a default and plain vanilla Tomcat installation. You however can find several configuration files in the /conf
folder. Details/manuals about those can be found at the Apache Tomcat Configuration Reference.
Hope this helps.
Try:
sudo updatedb
locate tomcat.conf | less