当前位置:网站首页>Create servlet project
Create servlet project
2022-06-12 11:53:00 【Bewitch one】
1. Create from a template

2. To configure Maven Environmental Science

3. Complete necessary packages

4. take web.xml Revised to the latest version
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0" metadata-complete="true">
</web-app>
5. Load package
- Delete unnecessary parts , Leave the following

2. Import servelet and jsp
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>
3. Check whether the package is imported successfully 
6. Write code

7. register

8. To configure Tomcat


边栏推荐
- Architecture training module 7
- Load/store access instruction of arm instruction set (2)
- 必杀技--使用FFmpeg命令快速精准剪切视频
- Pytorch笔记
- VirtualBox virtual machine shut down due to abnormal system. The virtual machine startup item is missing
- 【数据库】sqlite版本升级、降级
- Inter class and intra class relations in video classification -- regularization
- UML series articles (31) architecture modeling - deployment diagram
- C# 36. DataGridView line number
- 【深度学习基础】反向传播法(1)
猜你喜欢

5G NR協議學習--TS38.211下行通道

K52. Chapter 1: installing kubernetes v1.22 based on kubeadm -- cluster deployment
![[foundation of deep learning] learning of neural network (4)](/img/8d/0e1b5d449afa583a52857b9ec7af40.png)
[foundation of deep learning] learning of neural network (4)

Video JS library uses custom components

Socket implements TCP communication flow

6.6 分離卷積

Network topology

转载--win10打开任务管理器就蓝屏的问题

manuscript手稿格式准备

6.6 分离卷积
随机推荐
Thirty one items that affect the weight of the store. Come and see if you've been hit
Design of TTable
conda环境下pip install 无法安装到指定conda环境中(conda环境的默认pip安装位置)
PIP install in the CONDA environment cannot be installed into the specified CONDA environment (the default PIP installation location of the CONDA environment)
Rich text editor copying pictures in word documents
ioremap
TinyMCE realizes automatic uploading of pasted pictures
6.6 分离卷积
LeetCode 890. 查找和替换模式(模拟+双哈希表)
6.6 Convolution de séparation
First understand the onion model, analyze the implementation process of middleware, and analyze the source code of KOA Middleware
MySQL - built in function
Lambda and filter, index of list and numpy array, as well as various distance metrics, concatenated array and distinction between axis=0 and axis=1
PDSCH related
When you have a server
Summary of rosbridge use cases_ Chapter 26 opening multiple rosbridge service listening ports on the same server
The first thing with a server
LeetCode 497. 非重叠矩形中的随机点(前缀和+二分)
ARP protocol data processing process of neighbor subsystem
ARM指令集之杂类指令