Friday, March 26, 2010

Using WLS 8.1 Threading Model in WLS 9.x / 10.x

If in the past (versions prior to WLS 9.x) you have been using execute queues to improve performance of your applications ,  you may still continue avail the flexibility of 8.1 style execute queues by following the below given steps:

1. manually add the following in the config.xml:
    <server>
    <name>AdminServer</name>
    <use81-style-execute-queues>true</use81-style-execute-queues>
    <listen-address/>
    </server>

    <OR>

    1. Add the following in JAVA_OPTIONS : -Dweblogic.Use81StyleExecuteQueues=true

    2. Start the weblogic server
      Cheers :)
      Unni

      0 comments:

      Post a Comment