Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java中的应用程序服务器和Web服务器有什么区别?请让我知道这一点,并从他们那里举一些例子。
Web 服务器并非特定于 Java。它只是一个用于托管通过 HTTP/HTTPS 访问的内容的服务器。例如 Apache HTTPD 和 nginx。
Java 应用程序服务器实际上托管和执行 Java 应用程序代码。示例包括 Apache Tomcat、Jetty 等 servlet 容器和 J 等 Java EE 容器