Go to new doc!

+49 228 5552576-0


info@predic8.com

jSessionIdExtractor

Description

The jSessionIdExtractor extracts the JSESSIONID from a message and provides it to the {@link Balancer}.

Can be used in

spring:beans, balancer

Syntax

				<jSessionIdExtractor />
			
Listing 1: jSessionIdExtractor Syntax

Sample

				<serviceProxy port="2000">
					<balancer>
						<jSessionIdExtractor />
					</balancer>
				</serviceProxy>
			
Listing 2: jSessionIdExtractor Example