In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
Today, I will talk to you about how to analyze the basis of Tomcat9.0.37 and its configuration in IDEA. Many people may not know much about it. In order to make you understand better, the editor has summarized the following contents for you. I hope you can get something according to this article.
What is Tomcat?
Tomcat is simply a network server running java. The bottom layer is a program of Socket, which is also a container of jsp and servlet.
Commonly used web application server: Tomcat,Jboos,Weblogic,Jetty
General framework
Insert picture description here Tomcat structure directory insert picture description here
Bin: stores scripts for starting and stopping Tomcat services on various platforms.
Conf: stores the configuration details of various Tomcat servers.
Lib: stores the jar required by the Tomcat server.
Logs: the blog that stores the operation of Tomcat services.
Temporary replacement for temp:Tomcat operation.
Webapps: stores resources (Java programs) that clients are allowed to access.
Work: store the Servlet components after Tomcat converts JSP into Servlet.
A brief introduction
Conf: configuration fil
Server.xml: used to configure server related information, such as tomcat startup port number, configure host (Host)
Wed.xml: file configuration and web applications (web applications are equivalent to web sites)
Tomcat-user.xml: configure username, password and related permissions
Webapps directory
Insert picture description browser access web resource flow chart here insert picture description Tomcat download installation and configuration
Https://blog.csdn.net/weixin_44226752/article/details/107803233
Tomcat is configured in idea
Create a javaweb project
Configure Tomcat
Name the name casually. The open browser option means that the URL address below is automatically opened after the tomcat server is started. The default is index.jsp in Tomcat.
After reading the above, do you have any further understanding of how to analyze the basis of Tomcat9.0.37 and how to configure it in IDEA? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.