• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

workers.property

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an Apache server running on my server. i want that if someone connevts to www.a.com then he shuld be routes to a server say A and if someone connets to the www.b.com then he should be routed to the B server is this possible in Apache. Please tell me how. If some document is there then please send me the doc for the same.
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Reading your query i can say that you want have a distributed server. Load balancing can be done using Apache server in combination of tomcat servers. In this case Apache server wll sit on top of multiple instances of tomcat servers, and it will be responsible to route the requests to the tomcat server depending on the configurations you have done.

Go through a link below and you will get a fair bit of idea on what needs to be done.

Load Balancing
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic