A brief introduction of tomcat

A brief introduction of tomcat

tomcat server is a free open source Web application server, is a lightweight application server.

1, tomcat directory structure

2, meaning each directory structure

bin : executable script file, open, shut down the server, etc.

 

 

conf : Tomcat configuration file

 

 

lib : storage tomcat required for the operation of the jar package. 

 

 

logs : stored tomcat log files generated during operation

 

 

the TEMP : store tomcat temporary files created during operation.

webapps : existing project location

 

 

Work : store tomcat file generated runtime compiled

3, tomcat startup and shut down

tomcat start: double-click startup.bat after, a command line window

Browser and enter localhost: 8080 to access tomcat, success

 

shutdown.bat After closing the service, access will be wrong again

 Or simply close the command line, but also to shut down tomcat service

Guess you like

Origin www.cnblogs.com/bajiuhuanghun/p/11310503.html