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 |
How a component can be placed on Windows?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is servlet preinitialization?
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??
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
What is the difference between system.out ,system.err and system.in?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What must a class do to implement an interface?
What is RPC?
How will the struts know which action class to call when you submit a form?
What is the difference between ear, jar and war file?
What is jboss?