Hi, I know that it is not a related forum to ask this question, but still this the forum where i trust the response. This is a question asked in a technical test.
Question:
Thanks for your reply and time
regards,
With Regards,
Anu
Satish Chilukuri
Ranch Hand
Joined: Jun 23, 2005
Posts: 266
posted
0
Web servers serve static content - static HTML pages and images. Application servers on the other hand, can server dynamic content depending on the request. They can interact with databases and have business logic.
If you have only static pages to serve, there is no need for an app server. But if you need an application which performs some operations based on user request you need an app server.
This is an oft asked question. You can search this or the servlet forum or Google for a better answer. [ March 03, 2006: Message edited by: Satish Chilukuri ]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.