Hi John, thanks for the response, this is our current set up for workers.properties:
#--------------------------------------------# # Worker Definitions # #--------------------------------------------# worker.list=loadbal,jkstatus #--------------------------------------------# # C:\MidTier\apache-tomcat-6.0.32 Worker # #--------------------------------------------# worker.tomcat1.port=8010 worker.tomcat1.host=localhost worker.tomcat1.type=ajp13 worker.tomcat1.lbfactor=1 worker.tomcat1.connection_pool_timeout=600 worker.tomcat1.socket_keepalive=1 worker.tomcat1.socket_timeout=5 worker.tomcat1.connect_timeout=5000 worker.tomcat1.prepost_timeout=5000 worker.tomcat1.reply_timeout=60000 #Setting tomcat1 as the primary server and tomcat2 as the failover box worker.tomcat1.redirect=tomcat2 #--------------------------------------------# # C:\MidTier\apache-tomcat-6.0.32-back Worker # #--------------------------------------------# worker.tomcat2.port=8011 worker.tomcat2.host=localhost worker.tomcat2.type=ajp13 worker.tomcat2.lbfactor=1 worker.tomcat2.connection_pool_timeout=600 worker.tomcat2.socket_keepalive=1 worker.tomcat2.socket_timeout=5 worker.tomcat2.connect_timeout=5000 worker.tomcat2.prepost_timeout=5000 worker.tomcat2.reply_timeout=60000 #Disable tomcat2 for all requests except failover worker.tomcat2.activation=False #--------------------------------------------# # LoadBalancer Worker # #--------------------------------------------# worker.loadbal.type=lb worker.loadbal.balance_workers=tomcat1,tomcat2 worker.loadbal.sticky_session=True worker.loadbal.sticky_session_force=False worker.loadbal.lock=P #--------------------------------------------# # JkStatus Worker # #--------------------------------------------# worker.jkstatus.type=status #--------------------------------------------# # END Worker Definitions # #--------------------------------------------# As you can see, sticky session is set to True. It seems that the apache+tomcats configuration is working fine, since the test with tomcat example apps went fine. But with Remedy, the application seems to hang in the login screen, with no information in log files. Any clue about something to look at? Thanks in advance, best regards. 2011/7/5 John Baker <[email protected]>: > It does. Set the sticky flag on mod_jk if you're using it, and if you > are, I advise you don't and move to mod_ajp_proxy. > > > John Baker > -- > Single Sign On for BMC ITSM > http://www.javasystemsolutions.com/jss/ssoplugin > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are" > -- Alejandro vø¤º°¨°º¤ø„¸¨°º¤ø¸„ø¤º°¨°º¤ø„ ¸ ¨°º¤ø„ ¸In Flames We Trust.¸„ø¤º° ¸„ø¤º°¨¸„ø¤º „¸¨°º¤ø„¸¸„ø¤º ¨°º¤ø„¸¸ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

