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.
WebSphereApplicationServerでApacheMyfaces2.2を使用しています。
ファイルシステムとデータベースへの接続を「テスト」するJSFページがあります。
接続に失敗したら、別のHTTPステータスコードを返したいです。JSFでこれを行うにはどうすればよいですか?
response.setStatus(); を試してください。
詳細については、このリンクが役立ちます:
https://stackoverflow.com/a/16777616/1763602