Where tomcat.conf is located?

后端 未结 7 2317
逝去的感伤
逝去的感伤 2021-02-15 12:43

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 fin

7条回答
  •  忘掉有多难
    2021-02-15 12:50

    The tomcat-users.xml file is located in the Tomcat install directory of the etc directory.

    For instance. From root:

    cd /etc/tomcat(ENTER-YOUR-TOMCAT-VERSION-HERE)/tomcat-users.xml
    

    In my system I have Tomcat7 installed so my path was"

    /etc/tomcat7/tomcat-users.xml
    

提交回复
热议问题