All I have an application which uses an applet interacting with a servlet to download content. The application runs in a distribute environment and depends on session affinity. Unfortunately when the applet executes, it first creates a new connection. Our load balancer interprets this as a new user and sends the request to the next /wrong Application Server. Session affinity is violated the user conversation state is missing.
Is there anyway to force the applet to use the existing session?
paul
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969734#3969734
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969734
yes that is the proper way to do it instead of trying to get your stuff in the CoreController.
The CoreController today is designed for page aggregation hosted by the portal.
If you need help requiring servlet + interceptor stack we can help you here. However that does not preclude you to reuse already existing stuff. If the PortalServlet fit your needs you can reuse it with another configuration that will use a specific controller insteadof of the CoreController.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969724#3969724
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969724