difference between applicationserver and webserver
Answers were Sorted based on User's Feedback
Answer / ramesh sukka
Application server and web server both are designed to
hadle web request only but application server will support
J2EE middlwware services like JMS,EJB,JTS,J2ee legecy
connection where as web server will not support this. See
the j2ee architecture for middleware components.
Remember every application server will have it own web
server embedded internally. For example for Jboss , it use
Apache web server. For Oracle AS uses HTTP web server.
Regards,
Ramesh Sukka.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / mahendar
Application server provides security,transaction...etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / supraja
Web Server understands and supports only HTTP protocol
whereas an Application Server supports HTTP,TCP/IP and many
more protocols. Also many more features such as
Caches,Clusters,Load Balancing are there in Application
Servers which are not available in Web Servers. We can also
Configure Application Servers to work as Web Server. In
short, Applicaion Server is a super set of which Web Server
is a sub set
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shiv kumar
Webserver is a computer program that is responsible for:
1.accepting request from clients
2.serving the Http response
Application server like tomcat,weblogic,websphere is
applicatio that supports/uses servlet and jsp
| Is This Answer Correct ? | 0 Yes | 1 No |
JMS based on what technology?
Are there books about seam?
explain session tracking. why we used it
which book is better for jdbc ,servlets and jsp
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What event results from the clicking of a button?
diff between jsp include directive and jsp action include?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
What is the difference between session and entity beans?
whats is mean by tiles in struts
What is the diffrence between a local-tx-datasource and a xa-datasource?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?