ログインタイムアウトのトラブルシューティング
デフォルトでは、SUSE Multi-Linux Manager Web UIはユーザに30分後に再度ログインするように要求します。 環境によっては、ログインタイムアウトの値を調整したい場合があります。
To adjust the value, you need to make the change in both rhn.conf and web.xml. Ensure you set the value in seconds in /etc/rhn/rhn.conf, and in minutes in web.xml. The two values must equal the same amount of time.
For example, to change the timeout value to one hour, set the value in rhn.conf to 3600 seconds, and the value in web.xml to 60 minutes.
プロシージャ: Web UIログインタイムアウト値の調整
-
コンテナホストで、サーバコンテナ内でコマンドラインを開きます。
mgrctl term-
Open
/etc/rhn/rhn.confand add or edit this line to include the new timeout value in seconds:web.session_database_lifetime = <Timeout_Value_in_Seconds>
-
ファイルを保存して閉じます。
-
Open
/etc/tomcat/web.xmland add or edit this line to include the new timeout value in minutes:<session-timeout>Timeout_Value_in_Minutes</session-timeout> -
ファイルを保存して閉じます。
-
-
コンテナホストでサーバを再起動して、新しい設定を適用します。
systemctl restart uyuni-server.service