I have a jboss cluster (3.2.4) up and running. For performance reasons I would like to direct client access (SFSB) to only one of the servers. Can anyone please point me to a solution for that?
I started with a clone of FirstAvailable.java, but I'm hanging in retrieving the information from the targets (where a TCPEndpoint is given behind some refs) within the chooseTarget() method. My idea was to access the ip-address from the targets and compare it to a system property value denoting the preferred server. Obviously my rmi knowledge is to weak here. Any help is highly appreciated Volker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838712#3838712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838712 ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
