設定を変更するには…
- WebLogic Serverのconsoleappのweblogic.xmlファイルを開きます。たいていの場合、<WebLogic_Home>/server/lib/consoleapp/webapp/WEB-INF/ にあります。
- weblogic.xmlを編集します。
表示されている部分を変更してTIMEOUT-SECSを増やします。この例では、ゼロを1個増やして、タイムアウトまで10時間の設定にしています。
<session-descriptor>原文はこちら。
<timeout-secs>36000</timeout-secs>
<invalidation-interval-secs>60</invalidation-interval-secs>
<cookie-name>ADMINCONSOLESESSION</cookie-name>
<cookie-max-age-secs>-1</cookie-max-age-secs>
<cookie-http-only>false</cookie-http-only>
<url-rewriting-enabled>false</url-rewriting-enabled>
</session-descriptor>
http://blogs.oracle.com/johngraves/2011/03/wls_console_timeout.html
0 件のコメント:
コメントを投稿