Hello.
I am using Pound in front of (currently) two web servers with a
servlet based application running on them. The Pound setup is very
simple:
ListenHTTP 192.168.0.1,9000
LogLevel 2
UrlGroup "/application/.*"
BackEnd 192.168.0.2,80,1
BackEnd 192.168.0.3,80,1
Session COOKIE JSESSIONID 600
EndGroup
I'm using jMeter to test the response times of the backend
application, but sometimes the sessions don't stick. Are there any
know issues with cookie based sessions? The values I'm using are quite
long.
I did see some reference to Pound thinking that the back end server is
dead if it doesn't respond, but this isn't an issues, I think.
Any ideas?
Thanks
Nick
|