2012. 9. 20. 17:59

웹로직 세션 공유

도메인간 세션 공유시 사용

 

<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
  <wls:context-root>/</wls:context-root>
    <wls:session-descriptor>
   <wls:cookie-name>
    JSESSIONID
   </wls:cookie-name>
   <wls:persistent-store-type>
    replicated_if_clustered
   </wls:persistent-store-type>
  </wls:session-descriptor>
</wls:weblogic-web-app>

 

 

 

weblogic.xml