What is a web server? How is it different from Application
server?

Answers were Sorted based on User's Feedback



What is a web server? How is it different from Application server?..

Answer / karmanpreet kaur

Server is a program which fulfills request made by client
located in the same or other computer.
The web browser is a client which makes request for html
pages on network called web pages.Web server serves
requests made by web client.
An application server is a superset of Web server which
executes business logic.It is a server program on a
distributed network that handles backend business
applications(business logic) or databases.
Examples of Application server are
JBoss, WebLogic, WebSphere, Glassfish, Sybase Enterprise
Application server

Is This Answer Correct ?    10 Yes 1 No

What is a web server? How is it different from Application server?..

Answer / hari

webserver provide the web content it can support only static content that means like images html pdf and application server support dyanamic content and static content also the main differance of web server to application server.in web server deployed application on server inside and inside machine also means where install web server that machine only.but application server deployed the application remote machine that mean application server acess from remote location to here 

Is This Answer Correct ?    1 Yes 0 No

What is a web server? How is it different from Application server?..

Answer / suresh

web servers are computers that deliver webpages.Every web
server has ab IP address and possibly a domain name.

Application server is a program that handles all
applicationsoperations between users and an organization's
backend business applications or datasource.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic

0 Answers  


Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?

0 Answers  


How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic

0 Answers  


what is the main key difference(s) between all application servers? (WebLogic and Websphere and Jboss)

1 Answers  


Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic

0 Answers  


Explain the functioning of Stub?

0 Answers  


I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


In how many formats we can deploy an application in wls??

0 Answers  


How can I control on which weblogic server(s) my application will run? : BEA Weblogic

0 Answers  


How we can monitor work manger?can we create our own work Manager?if yes then How?

1 Answers   Oracle,


How do stubs work in a WebLogic Server cluster ?

0 Answers  


Categories