JavaWeb study notes 2: Introduction to tomcat directory

Tomcat directory introduction:
\bin stores the executable files for starting and shutting down Tomcat.
\conf stores Tomcat configuration files
\lib stores library files
\logs stores log files
\temp stores temporary files
\webapps stores web applications
\work stores Jsp converted Servlet files

tomcat bin directory
Shudown in the bin directory is used to close tomcat; startup is used to open tomcat.
tomcat lib directory
Pay special attention to the jsp-api.jar package and servlet-api.jar, which will be used later.

Guess you like

Origin blog.csdn.net/qq_52605986/article/details/116997395
Recommended