This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Web servers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Web servers" Watch "Web servers" New topic
Author

Web servers

srinivas kalyan
Greenhorn

Joined: Dec 23, 2005
Posts: 2
let me know what is the difference between application sever&web sever
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

This is a common question, I recommend the search facility. You'll find other conversations like this one.
Ankur Saxena
Greenhorn

Joined: Dec 28, 2005
Posts: 11
Actually the web Servers and Application Servers are nothing but the resouce managers or you can say the containers which provide the environment for web applications.Web servers are the containers are basically Servlet containers and they don't provide the environment or resources for managing EJBs but the Application Servers provide these resources.You can enhance your open source web servers and make your own application Application Server
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Web servers
 
Similar Threads
Calling servlet from JSP
App server
Web service server side programing
Plugins for Two application server profiles
When user visit a static html file, will the session's Last Access Datetime be updated?