protocol :// | hostname | [:port] / | path / | [;parameters] | [?query] | #fragment |
http https ftp smtp ...... |
IP地址,域名 |
80 443 20、21 25 |
(tomcat服务器下webapps文件夹下) (URI)虚拟项目名/servlet别名 ↓<url-pattern> <servlet-name> ↓ <servlet-class> ↓ 代码中的类 |
待续 | 待续 | 待续 |
原文:https://www.cnblogs.com/Yin-BoKeYuan/p/10321786.html