******谁能给我讲讲Apache和Tomcat的关系?

tjcougar 2003-05-27 11:37:17
为什么装了Tomcat后还要装Apache?
...全文
42 6 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
htl 2003-06-08
  • 打赏
  • 举报
回复
apache是web服务器,而tomcat是运行jsp,servlet的容器!!
dirctorliu 2003-06-08
  • 打赏
  • 举报
回复
几位楼上说的让我学了不少!
jwgzz 2003-06-08
  • 打赏
  • 举报
回复
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.

Apache's Tomcat Server, the official reference implementation for how a servlet container should support servlets. Written entirely in Java, and freely available under an open source license. All the source code is available and anyone can help with its development. This server can operate standalone or as an add-on providing Apache or other servers with servlet support. It can even be used as an embedded container. Along with Tomcat, Apache develops the standard implementation of the javax.servlet and javax.servlet.http packages. At the time of this writing servlets are the only java.* or javax.* packages officially maintained as open source.[3] See http://jakarta.apache.org.
leshui 2003-05-27
  • 打赏
  • 举报
回复
apache负责静态页面的解析
tomcat负责jsp
减轻tomcat的压力
Pillian 2003-05-27
  • 打赏
  • 举报
回复
Apache是专业的网页服务器,而Tomcat主要功能是JSP服务器,不过也可以单独使用Tomcat作为网页服务器和JSP服务器,不过效率不高。
nettman 2003-05-27
  • 打赏
  • 举报
回复
Tomcat主要支持JSP,Servlet等动态页面,HTML这样的静态页面交给Apache效率更高。

81,122

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧