answersLogoWhite

0

== == The basic difference between a web server and an application server is

Webserver can execute only web applications i,e servlets and JSPs and has only a single container known as Web container which is used to interpret/execute web applications

Application server can execute Enterprise application, i,e (servlets, jsps, and EJBs) it is having two containers 1. Web Container(for interpreting/executing servlets and jsps) 2. EJB container(for executing EJBs). it can perform operations like load balancing , transaction demarcation etc etc

User Avatar

Sonny Bernhard

Lvl 10
2y ago

What else can I help you with?

Related Questions

Difference between caching proxy server and web server?

In web server you can deploy static contect and web server used to redirect http and https requests to application server and a proxy server can integrate multiple servers to handle webserver requests on behalf of webserver to application server.


What is the difference between a server and a web server?

== == The basic difference between a web server and an application server is Webserver can execute only web applications i,e servlets and JSPs and has only a single container known as Web container which is used to interpret/execute web applications Application server can execute Enterprise application, i,e (servlets, jsps, and EJBs) it is having two containers 1. Web Container(for interpreting/executing servlets and jsps) 2. EJB container(for executing EJBs). it can perform operations like load balancing , transaction demarcation etc etc


Difference between a web server and a database server?

Application server is used to serve the logic of the business to the application with the help of different protocol whereas web server is used to handle HTTP requests. An application server is a computer that stores application programs designed to be run, as services, from a client computer. Depending on the application design, a client computer can run or invoke the remote application via a web interface or by running a client program designed to work with the application program. A web server is a program (or application program) that receives requests from Web Browsers and responds by sending data back to the browser where it is displayed as a web page.


What is the difference between web base application and desktop base application?

A desktop application is installed on a single desktop computer, the data is stored locally on that computer or perhaps on a network server. Other desktop applications might be installed on a network server, they are local to that network. Web applications run via a web server, the program and data are available anywhere the Internet is available.


What is the difference between web application and distributed application?

All the web applications are distributed but not vice versa...


How do you deploy a web application?

A web application can be deployed online via a server. You will need to pay in order to purchase a server.


What is difference between windows application and web application?

Pretty much with a web app you don't have to download, a windows application you probably have to download.


Difference between weblogic server and application server?

WebLogic server uses a Web Logic Scripting Tool. Oracle Application Server uses both the Enterprise Manager Command-Line Utility tool and the Oracle Process Manager and Notification Server tool.


What is the difference between mysap and sap?

SAP - Client (installed)/Server mySAP web browser (Client)/Server


What is Share point web server or App server?

SharePoint is an application server, but it requires (and extends) Internet Information Server, Microsoft's web server software.


What are three key differences between node and express?

Express.js is a Node.js web application server framework.


Difference between apache and PHP?

Apache is a web server. PHP is a scripting language.