- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI have 2 or more Suse Linux servers, all running Apache. We have developed software applications running on the servers, and we have a JAVA software client running on a windows machine. This client has to be downloaded from the server before it is executed so all windows machines retrieve the same versoin of the client. This means that the client resides in a folder on the Linux server, and when an HTTP connection is made, the windows machine retrieves the client and executes it and then a TCP/IP connection between the client and software on the Linux server is made.
My question is this. How can I set up a URL to retrieve the client transparently from the Apache servers? Now I have a similar scenario:
Apache server 1, IP 192.168.1.20 to start from MyServer 1
Apache server 2, IP 192.168.1.21 to start from MyServer 2
When i want to retrieve the client, I compile the URL like this http://192.168.1.20/system
http://192.168.1.21/system
What I want is provide a readable address in stead of an IP addres:
http://anyserver/system/cl
and let the apache server decide which server should respond, or even be able to set dynamically which server should respond, depending on the availability of our soiftware system. After executing the client, it should connect to either one of the servers through a port connection, and I want to be able to use 1 address to serve two or more machines
Greetz, Theo
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: bhanukir7Posted on 2006-03-01 at 01:49:39ID: 16073626
hi there
.com/artic le/load_ba lance_dns. htm
if u want the clients to connect to the webserver and if ur trying to loadbalance the webserver or trying to set a common name to both the servers then u should try to run a dns server on one of the windows systems and configure it to do the loadbalancing. if ur using linux or unix system configure the the BIND server which is linux version of DNS and do it
the loadbalancing is called ROUND ROBIN
SOLUTION FOR UNIX/LINUX
http://content.websitegear
bhanu