difference between applicationserver and webserver
Answer Posted / 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 |
Post New Answer View All Answers
Is infobus easy to use?
How to deploy Jar, War files in J2EE?
When is the best time to validate input?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is aop(assepct oriented programing)?
For which statements does it make sense to use a label?
Is the infobus client side only?
Difference between hashmap and hashtable?
What are the pros and cons of detached objects?
Describe, in general, how java's garbage collector works?
Why won’t the jvm terminate when I close all the application windows?
What you mean by COM and DCOM?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Explain what is synchronization?
Is “abc” a primitive value?