Build web server and dispatcher?# Java - 爪哇娇娃
g*n
1 楼
Hello everyone,
As someone new to Java, I have trouble to come up with an approach to
programme in Java to build web servers, a dispatcher, and clients. Especially
the first two. The idea is that depending on the load of each web server, the
dispatcher will redirect clients' request to a web server of light load.
Anyone has an experience on this? Can you tell me how to get started? Do I
need to use the RequestDispatcher in the dispatcher? It seems this function
does some redirecting of requests.
As someone new to Java, I have trouble to come up with an approach to
programme in Java to build web servers, a dispatcher, and clients. Especially
the first two. The idea is that depending on the load of each web server, the
dispatcher will redirect clients' request to a web server of light load.
Anyone has an experience on this? Can you tell me how to get started? Do I
need to use the RequestDispatcher in the dispatcher? It seems this function
does some redirecting of requests.