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.
JSF アプリケーションのログイン ページが 1 つあります。ログインページを 30 分以上アイドル状態にした後、ログイン ID とパスワードを入力し、メッセージを取得する前に送信ボタンを押します。
Web サイトでページを表示できません - HTTP 500 エラーです。
アプリケーションでどこでもタイムアウトを構成していませんでしたが、アプリケーションのデプロイに Web 球体サーバーを使用しています。
<session-config> <session-timeout>-1</session-timeout> </session-config>
above code in web.xml file solve my problem. Thanks everybody for your help.