Forum Discussion
abachman_72712
Nimbostratus
16 years agoTraffic destined for certain port
New to working with iRules.
I need to write an iRule for Soap HTTP call. The HTTP traffic will need to go to a certain port listening on the server pool (IBM WebSphere JVM on port 9082)...
hoolio
Cirrostratus
16 years agoIf you want to use a set of X number of servers normally and only use a set of Y servers if the first are down, you can do this without an iRule using priority groups.
If you enable port translation on the virtual server, LTM will use the port that the pool member is defined on irrespective of which port the client made the request to.
Aaron