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
What is the difference between long.class and long.type?
why static class in java
Can I have an action without a form?
What is meant by method chaining?
Define aop(assepct oriented programing)?
Which are the different segments of memory?
What is JTS?
Is infobus easy to use?
How to determine SGA site?
When a thread blocks on i/o?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What are the different methods of identifying an object?
Explain what is synchronization?
Do I have to use jsps with my application?
Can I use multiple html form elements with the same name?