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  >  Placement Papers  >  HP (Hewlett-Packard)  >  Technical

 Print  |  
Question:  I have a Web Server, Application Server, Servlet Engine, Database - all located on separate systems behind firewalls. How will you design an application using 3-tier architecture in this case ?



May 05, 2006 03:25:06 #4
 Someone   Member Since: Visitor    Total Comments: N/A 

RE: I have a Web Server, Application Server, Servlet E...
 

Have the Webserver in one maching. Point this to the Servlet engine! Keep the App server in another maching. Run Business logic here. Keep the database in the third machine! 2 tier architecture.

     

 

Back To Question