Study Notes (01):. JavaWeb underlying core technology -1 Tong Gang _JavaWEB_Tomcat installation and configuration

Learning immediately: https://edu.csdn.net/course/play/1060/15782?utm_source=blogtoedu

servlet

 

servlet container

  • Also referred Javaweb application container, or servlet / jsp container
  • Javaweb provide a runtime environment for applications.
  • Popular servlet container (Tomcat, Resin, J2EE server (Weblogic))

 

 

Tomcat deployment

  • Unzip directory

bin ---> executable file

conf -> Profiles

lib ---> rely on third-party jar package

logs -> Log Files

temp -> temp files

webapps -> When you publish a web application, usually the directory and file of the web application into this directory

work -> jsp generated servlet source and bytecode file

 

Run Tomca t

 

Deployment, extract, configure

 

 

 

Published 10 original articles · won praise 0 · Views 64

Guess you like

Origin blog.csdn.net/qq_42739069/article/details/105263075