servlet 是Java中用于运行在 Web 服务器或应用服务器上的程序,它是作为来自 Web 浏览器或其他 HTTP 客户端的请求和 HTTP 服务器上的数据库或应用程序之间的中间层。
protocol :// | hostname | [:port] / | path / |
http |
IP地址 |
80 |
(tomcat服务器下webapps文件夹下) (URI)虚拟项目名/servlet别名 ↓<url-pattern> <servlet-name> ↓ <servlet-class> ↓ 代码中的类 |