What is the difference between Web Server and Application
Server
Answer Posted / faraz
Web Server: web server only use for web application.
webservers contain only static content.
It serves only html,jsp files,servlets, image files.
Also when any request comes to it ..It just send back the
response in files.No processing or business logic takes
place.
e.g : Microsoft IIS server
Application Server:
Application server use both web application and ejb
application.
Application server have both web container and ejb
container.
When request comes it process the whole request,Business
Logic of the application took part in it.
Applicationserver contain dynamic content. It serves ejb's .
e.g : JBoss.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how would use ensure websphere server logs are created on a different drive than the installation root?
what is queuemanager in ibm websphere mq?
Mention what are the default ports you use to use websphere application sphere?
Explain about the architecture of web sphere?
What are the 3 different ways of installing a portlet application in websphere portal ?
What are the advantages of compute node?
Some problem is there in web server, so this information which log file contain?
how to implement jdbc-odbc bridge driver (type 1) in websphere?
What is virtual host in websphere application server?
What is acpextract?
What are different order status?
No of ways of doing deployments?
How many types of deployment descriptors are available? What are they?
in a scenario where an administrator needs to migrate the entire application server profiles from v6.1 to v8 using profile management tool (pmt) and he wants to keep all windows services created for these profiles, how to make sure that these windows services are kept after migration process?
what type of files are required to deploy an application into websphere. How can they be installed?