RCP 胖客户端程序 rich client program

TCP 瘦客户端程序 thin client program

B/S结构 C/S结构

Web服务器: IIS、Tomcat、Apache、JBoss

传统静态服务器

动态展现:CGI (Common Gateway Interface)——>serlvet 改进的CGI


部署到tomcat 后

1)servlet根据web.xml的路径为 http://localhost:8080/项目目录名/xml中的url-pattern

2)jsp 为http://localhost:8080/项目目录名/jsp


servlet 重定向到jsp HttpServletResponse:sendRedirect(String str);



表单 :form 属性action method