Search code examples
javaubuntutomcat6

Where tomcat.conf is located?


I can't find my tomcat.conf, I have looked in /etc/tomcat6, but it's not there, nor is it in /usr/share/tomcat6.

Where can I find the tomcat.conf in Linux Ubuntu?


Solution

  • 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.