Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on java within the Java forums, part of the Software Development category; Can any one help me ........... what is diff b/w web server and application server ?????????...
|
|||||||
|
|||
|
Re: java
WEB SERVER:
implements ony servlet and jsp api. comes wt servlet and jsp containers. can receives Http request only. implicit middleware service support is not thare. ex:tomcat5.0/6.0 APPLICATION SERVER: impements entire j2ee specification. receives all types of requests. implicit middleware service is there if business component is EJB ex:weblogic |
|
|||
|
Re: java
[QUOTE=masthan02;36199]WEB SERVER:
implements ony servlet and jsp api. comes wt servlet and jsp containers. can receives Http request only. implicit middleware service support is not thare. ex:tomcat5.0/6.0 APPLICATION SERVER: impements entire j2ee specification. receives all types of requests. implicit middleware service is there if business component is EJB ex:weblogic |
|
|||
|
Re: java
webserver contains web container only but application server contains both web container and ejb container
ex:tomcat is a webserver weblogic,websphere,Jboss are application server |
|
|||
|
Re: java
Quote:
Also called an appserver. A program that handles all application operations between users and an organization's backend business applications or databases. Application servers are typically used for complex transaction-based applications. To support high-end needs, an application server has to have built-in redundancy, monitors for high-availability, high-performance distributed application services and support for complex database access. query again |
|
|||
|
Re: java
Hi Friends,
Webserver serves pages for viewing in web browser, application server provides exposes businness logic for client applications through various protocols. Webserver exclusively handles http requests.Application server serves bussiness logic to application programs through any number of protocols. Webserver delegation model is fairly simple,when the request comes into the webserver,it simply passes the request to the program best able to handle it(Server side program). It may not support transactions and database connection pooling. Regards, Riju |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to test java project in QTP without java addin | Geek_Guest | QTP | 12 | 08-30-2009 12:55 AM |
| java | sanju31 | Java | 10 | 07-07-2009 01:24 PM |
| Java | varanasisaikarthik | OOPS | 6 | 10-16-2008 04:02 AM |
| How to set path for java in Linux for java programs | jitudash | Java | 2 | 04-24-2008 07:15 AM |
| Java or .Net Which is better | anju achuthan | Java | 0 | 03-19-2008 05:12 AM |