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.
我在 WebSphere 中安装了一个店面 Web 应用程序。存储将在 HTML 页面中显示的项目图像的最佳位置在哪里?我不想将它们存储在 EAR 文件中,因为这会使 EAR 文件变得非常大。
我建议将它们存储在某个地方以供 Web 服务器甚至代理服务器提供服务。对静态内容使用某种别名,而不是让 WebSphere 为它们提供服务。