difference between applicationserver and webserver

Answers were Sorted based on User's Feedback



difference between applicationserver and webserver..

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

difference between applicationserver and webserver..

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

Post New Answer

More Advanced Java Interview Questions

What do you need to set-up a cluster with jboss?

0 Answers  


What is message driven beam?

0 Answers  


What is the difference between RMI and Socket?

2 Answers  


Where we can write Rmi registry in the code, without having to write it at the command prompt?

0 Answers  


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  






What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

0 Answers  


Can I use javascript to submit a form?

0 Answers  


What are different types of controls in AWT?

11 Answers   IBM,


How are the elements of a borderlayout organized?

0 Answers  


Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  


what is the diffrence between banking and insurance domain?

2 Answers  


How substring() method of string class create memory leaks?

0 Answers  


Categories