What is a web server? How is it different from Application
server?
Answer Posted / 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 |
Post New Answer View All Answers
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
In a web logic server what is the domain?
Explain load blancing alogarthims in cluster??
Tell the issues faced in weblogic?
how will you trouble shoot the URL issue in Web logic/ways?
How do stubs function inside weblogic server cluster at the time of failure?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
How to update license?
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?
What is achieved through clustering?
What is core server tuning?
Explain the concepts and capabilities of ANT ?