Computer Tutorial: Large WEB Server

  

The most widely used free HTTP servers on UNIX and LINUX platforms are W3C, NCSA and APACHE servers, while Windows NT/2000/2003 uses IIS's WEB server. The characteristics that should be considered when choosing to use the WEB server are: performance, security, logs and statistics, virtual host, proxy server, buffer service and integrated application. The following are some common WEB servers.

Microsoft IIS

Microsoft's Web server product is Internet Information Server (IIS), a Web server that allows information to be published on a public intranet or the Internet. IIS is one of the most popular web server products, and many well-known websites are built on the IIS platform. IIS provides a graphical interface management tool called Internet Service Manager that can be used to monitor configuration and control Internet services.

IIS is a web service component that includes a web server, an FTP server, an NNTP server, and an SMTP server for web browsing, file transfer, news service, and mail delivery, respectively. Publishing information on the Internet and LAN has become an easy task. It provides ISAPI (Intranet Server API) as a programming interface for extending Web server functionality; it also provides an Internet database connector for querying and updating databases.

Official website: http://www.microsoft.com

Download address: http://www.eryin.com/Server/Soft/200808/02257.html
< IBM WebSphere

WebSphere Application Server is a full-featured, open web application server that is a core part of IBM's e-business initiative, a Java-based application environment for building, deploying, and managing Internet and intranet web applications. This complete suite of products has been extended to fit the needs of web application servers ranging from simple to advanced to enterprise.

WebSphere is for Web-centric developers who have grown up with basic HTTP servers and CGI programming techniques. IBM will provide the WebSphere product line to help these users move from simple web applications by providing comprehensive resources, reusable components, powerful and easy-to-use tools, and a scalable runtime environment that supports HTTP and IIOP communication. To the world of e-commerce.

Official website: http://www.ibm.com

Download address: http://www.ibm.com/developerworks/cn/downloads/ws/wasce/

BEA WebLogic

BEA WebLogic Server is a versatile, standards-based web application server that provides a solid foundation for businesses to build their own applications. Various applications develop and deploy all critical tasks, whether it is integrating various systems and databases, submitting services, and collaborating across the Internet. The starting point is BEA WebLogic Server. Because of its comprehensive capabilities, compliance with open standards, multi-tier architecture, and support for component-based development, Internet-based enterprises have chosen to develop and deploy the best applications.

BEA WebLogic Server continues to lead the way in making application servers the foundation of enterprise application architecture. BEA WebLogic Server provides a solid foundation for building integrated, enterprise-class applications that share information, submit services, and automate collaboration across networked enterprises with the capacity and speed of the Internet.

Official website: http://www.bea.com

Download address: http://www.oracle.com/bea/index.html

Apache< Br>

Apache is still the most used web server in the world, with a market share of around 60%. It originated from the NCSAhttpd server. When the NCSA WWW server project stopped, those who used the NCSA WWW server began to exchange patches for this server, which is also the origin of the apache name (pache patch). Many famous websites in the world are products of Apache. Its success lies in its open source code, an open development team, and support for cross-platform applications (can run on almost all Unix, Windows, Linux systems). On the platform) and its portability.

Official website: http://www.apache.org

Download address: http://www.eryin.com/Server/Soft/200808/01245.html
< Tomcat

Tomcat is an open source Java-based web application container that runs servlets and JSP web applications. Tomcat Server is implemented according to the servlet and JSP specifications, so we can say that Tomcat Server also implements the Apache-Jakarta specification and is better than most commercial application servers.

Tomcat is the standard implementation of Java Servlet 2.2 and JavaServer Pages 1.1 technology and is based on free software developed under the Apache license. Tomcat is a fully rewritten Servlet API 2.2 and JSP 1.1 compliant Servlet/JSP container. Tomcat uses some of JServ's code, especially the Apache service adapter. With the advent of the Catalina Servlet engine, the performance of Tomcat's fourth edition has been improved, making it a servlet/JSP container worth considering, so many web servers currently use Tomcat.

Official website: http://tomcat.apache.org

Download address: http://www.eryin.com/Server/Soft/200808/02250.html

Copyright © Windows knowledge All Rights Reserved