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 |
whats is mean by connectionpooling
What classes of exceptions may be caught by a catch clause?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What are Benefits of Connection Pooling?
Can I have an action without a form?
can any one tell me how to learn good coding techniques
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is the difference between the font and fontmetrics classes?
What must a class do to implement an interface?
How task's priority is used in scheduling?
How to determine SGA site?
what is the Scope of Final Keyword in Java?