GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Websphere

 Print  |  
Question:  What is the difference between Web Server and Application Server ?



January 01, 2006 05:47:20 #10
 cyber_akhlesh   Member Since: January 2006    Total Comments: 6 

RE: What is the difference between Web Server and Appl...
 

Web Server ->we can run only servlets ,jsp and html pages but not EJB'S

Example of  web server are Tomcat.

Application Server> we can run servlets ,html and jsp pages and we can also run and deploy EJB's in Application servers which is not possible in webserver

 

     

 

Back To Question