
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Web ticket and clustering
Is web ticket method supported when using the physical load balancer ?. I have gone through the community and it has been mentioned the getwebticket will support the clustering environment with sticky session as the load balancing method.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sticky sessions are necessary so you don't end up jumping from webserver to webserver, loosing the current status and selections.
I believe Webtickets would work fine in a clustered environment.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your response Daniel.
We have a scenario with one physical Load balancer(Externalized using reverse proxy) with six web servers. Consider the Load balancer is configured with sticky sessions. Will we able to generate the Web Ticket using the load balancer URL. Or do we need to use the individual web server url to generate the web ticket and redirect.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Webtickets need to be generated against a webserver, that's the way they work.
You could have your webticket generator form running in all webservers each requesting webtickets to the webserver on the same box.
