100% found this document useful (1 vote)
42 views4 pages

Maximo Architecture

The document discusses Maximo architecture and provides information on key components: 1. A web server handles client requests and responses by serving web pages, files, and resources using HTTP. Popular options include Apache HTTP Server and WebSphere Application Server. 2. An application server provides a runtime environment for hosting and executing applications, acting as an intermediary between clients and backend services/databases. It handles executing and managing application code. 3. The difference between a web server and application server is that a web server focuses on serving static content while an application server provides a full runtime environment for applications.

Uploaded by

Rapolu Hasini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
42 views4 pages

Maximo Architecture

The document discusses Maximo architecture and provides information on key components: 1. A web server handles client requests and responses by serving web pages, files, and resources using HTTP. Popular options include Apache HTTP Server and WebSphere Application Server. 2. An application server provides a runtime environment for hosting and executing applications, acting as an intermediary between clients and backend services/databases. It handles executing and managing application code. 3. The difference between a web server and application server is that a web server focuses on serving static content while an application server provides a full runtime environment for applications.

Uploaded by

Rapolu Hasini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Maximo Architecture

6/19/2023
Table of contents
1. Web Server …………………………………………………………………………01
2. Application Server ………………………………………………………………02
3. Difference between web server and Application server ……..03
4. J2EE Application ……………………………………………………………..….04
5. JAR, WAR, and EAR files ………………………………..………..………….05
6. Maximo capability matrix …………………………………………………..06
Web server
A web server is a software application that runs on a computer and serves web pages to
clients over the internet or a local network. It handles requests from clients (web browsers) and
responds by sending back the requested resources, such as HTML files, images, CSS stylesheets,
JavaScript code, and more.

Web servers use the Hypertext Transfer Protocol (HTTP) to communicate with clients.
When a client makes a request for a web page or a resource, it sends an HTTP request to the
web server. The server processes the request and generates an HTTP response, which includes
the requested resource, along with headers providing information about the response.

There are several popular web server software options available, including:
1. Apache HTTP Server.
2. WebSphere Application Server acts as both a web server and an application server.
Application server
An application server is a software framework that provides a runtime environment for
hosting and executing applications. It acts as an intermediary between the clients (users or
other systems) and the backend services or databases required by the applications. Application
servers handle the execution and management of application code, allowing developers to
focus on writing the application logic rather than dealing with low-level infrastructure concerns.

You might also like