Skip to content

Commit cc9fef9

Browse files
committed
commit 2022/1/3 1st
1 parent 38dd962 commit cc9fef9

File tree

14 files changed

+4387
-163
lines changed

14 files changed

+4387
-163
lines changed

conf/server.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Server>
3-
43
<Service name = "catalina">
4+
<Connector port = "18080"/>
5+
<Connector port = "18081"/>
6+
<Connector port = "18082"/>
57
<Engine defaultHost = "localhost">
68
<Host name = "localhost">
79
<Context path = "/b" docBase = "D:/project-2022/java/http4java/b"/>
810
</Host>
911
</Engine>
1012
</Service>
11-
1213
</Server>

0 commit comments

Comments
 (0)