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.
と内容web applicationの両方を含む がdynamicありstaticます。私たちのクライアントは、静的コンテンツを にtomcat、動的コンテンツをに望んでいweb logicます。このタイプの を行うことは可能 configurationですか? どうすればこれを達成できますか? これに対するサポート コネクタまたはサポートは何ですか?
web application
dynamic
static
tomcat
web logic
configuration
シンプル: 静的コンテンツの URL を静的にフィルター処理できることを確認し (たとえば、静的画像を /image パスに配置する)、静的ディレクトリからこのパスに一致するすべてのものを提供するように Web サーバーを構成し、残りをアプリケーション サーバーに転送します。
またはその逆: 動的コンテンツをフィルタリングし、残りを静的に提供します。