-
Bin: script directory
Start script: startup.bat Stop script: shutdown.bat
-
Conf: Configuration file directory (config /configuration)
Core configuration file: server. XML User permission configuration file: tomcat-users. XML Default configuration file for all Web projects: web.xml
-
Lib: Dependency libraries, jar packages used in Tomcat and Web projects
-
Logs: log files.
Localhost_access_log.*. TXT Tomcat Records user access information.* indicates the time. For example: localhost_access_log. 2018-07-07. TXT
-
Temp: indicates a temporary file directory. Contents in the folder can be deleted at will.
-
Webapps: Directory where published WEB projects are stored by default.
-
Work: The working directory where Tomcat processes JSP pages.