difference between applicationserver and webserver
Answers were Sorted based on User's Feedback
Answer / venkat
web server allows only HTTP protocal(i.e Protocal dependent)
But App Server Protocal independent
web server is less secure than app sever
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / veeru
Web Server is used to render mostly static content (html
pages), while app server is capable of offering more
services like execution of dynamic pages (jsp,servlets) and
offeres many out of box infrastructure components like
security, transaction handling, database connectivity, and
many other services.
WebServer and Appservers can be on different boxes to
improve performance in Ntier architecture.
Is This Answer Correct ? | 0 Yes | 1 No |
What is metaspace?
Which class is the immediate superclass of the menucomponent class?
Can I map more than one table in a cmp?
What is meant by Superconductivity?
What is Introspection?
Explain about thread synchronization inside a monitor?
What are the states associated in the thread?
What are the implicit objects?
What is RPC?
What is the difference between java class and bean?
what is DGC?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)