Create a maven project and use HttpServlet to implement a dynamic page on the tomcat server
Author: Lao Jiu Computer major Controllable things are heavy, calm, uncontrollable things are optimistic 85180586@qq.com π π π΅ π π° π
π’ π€ π βΊοΈ π π©
π π π― π π π β π£ β€οΈ βοΈ π π π π π¦ π© βοΈ π’ -------- Copyright notice: This article is the original article of CSDN blogger "Pushang Qingtian"
Knowledge points
...
Posted by saleemshehzad on Sun, 20 Feb 2022 14:42:31 +0100
Nginx Learning Notes: Nginx Reverse Proxy
In the previous section, we introduced reverse proxy, and we know that Reverse Proxy means that a proxy server accepts a connection request on the internet, forwards the request to the server on the internal network, and returns the result from the server to the client requesting a connection on the internet. The proxy server is now externally ...
Posted by Gast on Fri, 18 Feb 2022 00:11:34 +0100
Release idea with jar and war package
Then declare that in the following packaging process, the scope always uses the default scope
<!-- Used to compile JSP -- >
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<!--<scope>runtime</scope& ...
Posted by daiwa on Thu, 17 Feb 2022 08:21:29 +0100
[loophole recurrence] Tomcat CVE-2017-12615 (arbitrary file upload vulnerability)
preface
This article is only for security research and skill learning. It should not be used for unauthorized penetration attacks. Any consequences have nothing to do with the author of this article.
1, Vulnerability description
However, the vulnerable Tomcat runs on the Windows/Linux host, and the HTTP PUT request method is enabl ...
Posted by drdapoo on Wed, 16 Feb 2022 08:29:08 +0100
[jsp] [multi word and multi picture] [learning notes] Java Web Learning Trip in winter vacation 1.4
Today, all the train tickets have been bought. I feel closer and closer to Xiagong π€οΌ Yada πππππ
1. jsp first entry
1.1. What is jsp
1. The full replacement of jsp is java server pages, which is the server page of Java 2. The main function of jsp is to return the data of html page instead of Servlet program 3. Because it is very com ...
Posted by tomtomdotcom on Sun, 13 Feb 2022 13:34:47 +0100
Servlet learning diary 7 -- forwarding and redirection of Servlet
catalogue
1, Supplement to the previous content
2, Several problems of servlet at present
3, Problems after separating two servlets
4, Forward
4.1 function
4.2 page Jump
4.3 operation and code
4.4 data transmission
4.5 forwarding features
5, Redirect
5.1 function
5.2 page Jump
5.3 code implementation
5.4 data transmission
5.5 cod ...
Posted by bigfunkychief on Sun, 13 Feb 2022 03:57:08 +0100
Java web learning notes 3: tomcat implementation principle
Hit in front: part of the picture is cut from the horse soldier teacher servlet and jsp Lecture notes. Video link: https://www.bilibili.com/video/BV1cV411H7RY?p=1
**Operation principle of tomcat: * Interactive process: The client sends a request to the server. tomcat request receives the request and presents it to the service request object. ...
Posted by joquius on Sat, 12 Feb 2022 07:09:22 +0100
Login case of Java Web project quick start
The login interface is available for every project, and it is also a small start of a project. How to design the page and the corresponding logic.
1. Interface design
Everyone has different ideas and aesthetics about the interface. This time, we mainly focus on the implementation of login logic. The languages required for interface design inc ...
Posted by lordrain11 on Sat, 12 Feb 2022 01:54:13 +0100
One of javaWeb: introduction to javaWeb, configuration and use of Tomcat and maven
One of javaWeb: introduction to javaWeb, configuration and use of Tomcat and maven
Start with this article to explain the learning of Java Web ποΌ A series of learning articles are advancing steadily.
1, HTTP
1. Introduction
HTTP Hypertext Transfer Protocol (HTTP) is a simple request response protocol, which usually runs in TCP above. It ...
Posted by DusterG20 on Tue, 08 Feb 2022 22:17:07 +0100
Mode 13: Template method mode and its application in JDK and Tomcat
[Introduction]
We are used to taking exams. Have you ever thought about the benefits of printing test papers on a machine? Of course, it's certainly faster than handwriting first; However, the key is not to make mistakes, because everyone should have the same topics. This is the design mode of a store - the template method mode.
Template meth ...
Posted by duclet on Mon, 07 Feb 2022 18:45:21 +0100