Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wso2WASAサーバーにログインしたら。私が頻繁に内部で働いていない場合
サーバー、次にサービスまたはボタンをクリックすると、メインのログインページが再び表示されます。
これを解決して、サーバーをWebブラウザで長期間アクティブに保つにはどうすればよいですか?
毎回再ログインせずに時間。
誰もがこれを助けることができます
AS_HOME / lib / core / WEB-INF/web.xmlで管理コンソールセッションのタイムアウトを増やすことができます
<session-config>
<session-timeout> 15 </ session-timeout>
</ session-config>
サーバーインスタンスのセッションタイムアウトを増やす必要があります