Help coderanch get a
new server
by contributing to the fundraiser

prem nath

Greenhorn
+ Follow
since Feb 26, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by prem nath

Hi,
how do i know from the normal java class whether server instance in cluster(say weblogic cluster) is running if the server name and port are given?i can able to do that by using the URL to a resource but it is taking time.
one mor doubt,
i do i check whether the server is running or not if the server name(host name) and port is given in java class.
Hi Jesus Angeles,
Hi jesus angeles,
ok,we can know if the server instance is failed if URL.openStream() thorws exception.But how to forward the request to one of the running servers from a normal java class.how about session persistence from normal java class.