반응형

mod_wl_ohs.conf

- WLCookieName

 

weblogic.xml

<session-param>

<param-name>CookieName</param-name>

<param-value>JSESSIONID</param-value>

</session-param>

<session-descriptor>

     <cookie-name>JESSIONID_WEB</cookie-name>

     <persistent-store-type>replicated</persistent-store-type>

</session-descriptor>

 

Warning: The session id: sessionID has been accessed from currentServer, a server that is not the primary (primaryServer). The request URL was: requestUrl

Description

The session id: sessionID has been accessed from currentServer, a server that is not the primary (primaryServer). Repeated occurrences of this can cause memory problems and performance degredation, as sessions are loaded into memory on more than two servers at a time.

Cause

The most likely cause is a configuration error on a front end hardware loadbalancer or webserver plugin. They should be configured to respect the values of primary/secondary in the cookie (i.e., stickiness), when possible.

Action

Please ensure that the front end webserver or load-balancer has been properly configured.

 

 

====================================================================

http://blog.naver.com/xers1/140205083484

 

 

반응형

' > WAS' 카테고리의 다른 글

JBoss EAP 7 - StuckThread 감지 설정  (0) 2022.06.30
SocketException: Error in poll  (0) 2019.11.29
웹로직 계정변경  (0) 2019.11.29
BEA-170011  (0) 2019.11.29
coherence cache factory / 코헤런스 캐시팩토리  (0) 2019.11.29

+ Recent posts