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 |
Why are component architectures useful?
Why do I get a duplicate name error when loading a jar file?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
what is JTS?
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
whats is stored procedure,joins
Connection Pooling with different type of databases?
What are the different approaches to represent an inheritance hierarchy?
Is “abc” a primitive value?
diff vector arraylist
How task's priority is used in scheduling?