Hi all, we have a number of applications deployed in a clustered environment and we desire people to use this apps only by authenticating one time. However, though we looked at bea documentation and made proper changes to weblogic.xml for single sign-on, we couldnt make any progress.
im forwarding weblogic.xml of one application hoping you find true way . Me_sut &&&&&&&&&&&&&&&&&&&&&&&&&&&& <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 6.1//EN" "http://www.bea.com/servers/wls610/dtd/weblogic-web-jar.dtd"> <weblogic-web-app> <security-role-assignment> <role-name>OtaAllowedUser</role-name> <principal-name>SIK</principal-name> </security-role-assignment> <session-descriptor> <session-param> <param-name>URLRewritingEnabled</param-name> <param-value>true</param-value> </session-param> <session-param> <param-name>TrackingEnabled</param-name> <param-value>true</param-value> </session-param> <session-param> <param-name>CookieDomain</param-name> <param-value>.turkcell.com.tr</param-value> </session-param> <session-param> <param-name>CookieName</param-name> <param-value>TurkcellSession</param-value> </session-param> <session-param> <param-name>PersistenceStoreType</param-name> <param-value>replicated</param-value> </session-param> <session-param> <param-name>IDLength</param-name> <param-value>52</param-value> </session-param> <session-param> <param-name>CookieComment</param-name> <param-value>WebLogic Server Session Tracking Cookie</param-value> </session-param> <session-param> <param-name>CookieMaxAgeSecs</param-name> <param-value>-1</param-value> </session-param> <session-param> <param-name>InvalidationIntervalSecs</param-name> <param-value>60</param-value> </session-param> <session-param> <param-name>JDBCConnectionTimeoutSecs</param-name> <param-value>120</param-value> </session-param> <session-param> <param-name>PersistentStoreCookieName</param-name> <param-value>WLCOOKIE</param-value> </session-param> <session-param> <param-name>PersistentStoreDir</param-name> <param-value>session_db</param-value> </session-param> <session-param> <param-name>CookiesEnabled</param-name> <param-value>true</param-value> </session-param> <session-param> <param-name>TimeoutSecs</param-name> <param-value>360</param-value> </session-param> </session-descriptor> </weblogic-web-app> > Mesut ÇELIK > Software Development. > Technical Operations > * +90 212 449 23 63 (Office) > * +90 532 210 04 92 (Mobile) > * [EMAIL PROTECTED] > *********************************************************************** Bu elektronik posta ve onunla iletilen bütün dosyalar sadece göndericisi tarafindan almasi amaçlanan yetkili gerçek ya da tüzel kisinin kullanimi içindir.Eger söz konusu yetkili alici degilseniz bu elektronik postanin içerigini açiklamaniz,kopyalamaniz, yönlendirmeniz ve kullanmaniz kesinlikle yasaktir ve bu elektronik postayi derhal silmeniz gerekmektedir TURKCELL bu mesajin içerdigi bilgilerin dogrulugu veya eksiksiz oldugu konusunda herhangi bir garanti vermemektedir. Bu nedenle bu bilgilerin ne sekilde olursa olsun içeriginden, iletilmesinden, alinmasindan ve saklanmasindan sorumlu degildir. Bu mesajdaki görüsler yalnizca gönderen kisiye aittir ve TURKCELL'in görüslerini yansitmayabilir Bu e-posta bilinen bütün bilgisayar virüslerine karsi taranmistir. *********************************************************************** This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient you are hereby notified that any dissemination, forwarding, copying or use of any of the information is strictly prohibited, and the e-mail should immediately be deleted. TURKCELL makes no warranty as to the accuracy or completeness of any information contained in this message and hereby excludes any liability of any kind for the information contained therein or for the information transmission, reception, storage or use of such in any way whatsoever.The opinions expressed in this message belong to sender alone and may not necessarily reflect the opinions of TURKCELL. This e-mail has been scanned for all known computer viruses. *********************************************************************** ==========================================================================To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
