aspose file tools
The moose likes Websphere and the fly likes application server and web server difference needed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "application server and web server difference needed" Watch "application server and web server difference needed" New topic
Author

application server and web server difference needed

Soumayajit Hazra
Greenhorn

Joined: Nov 13, 2006
Posts: 8
What is the difference between application server and web server.
websphere is a application server or web server or both.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Web servers, like Apache, typically just map request to files on the filesystem. So, serving up an html file, image, mp3, or other things that can simply be requested, fall into the domain of a web server.

WebSphere is an application server that implements logic through Servlets and JSPs. An application server can 'think' about a request, and deliver customized content to the end user. Web servers aren't smart enough to do this.

The web container of the WebSphere Application Server runs on an http port, so it can do the job of a web server, but typically, an apache or IHS web server sits in front of the WebSphere Application Server.

Here's a bit more info on the realtion between WebSphere and a web server:

The Differences Between a Web Server and the WebSphere Application Server

Cheers!

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Ajay Ram
Greenhorn

Joined: Oct 28, 2004
Posts: 1
Thanks! for the pointer.
http://www.technicalfacilitation.com is a nice site to refer for the basics.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: application server and web server difference needed
 
Similar Threads
Server
App Servers and Web Servers
Diff betn web and App server
web server
Diff betn web and App server