728x90
404.jsp 생성
/sw/myapp/WEB-INF/web.xml 에 아래의 내용 작성
<web-app>
<error-page>
<error-code>404</error-code>
<location>/404.jsp</location>
</error-page>
</web-app>
'WAS > WebLogic' 카테고리의 다른 글
| plug in parameter인 WebLogicCluster 설정 시 주의할 내용 (0) | 2025.11.20 |
|---|---|
| Admin 및 Managed Server 상태가 Fail 임에도 서비스 되는 현상 (0) | 2025.11.03 |
| [WLS 12c] Servlet: "JAX-RS/Jersey#1" failed to preload on startup in Web application (1) | 2025.04.18 |
| weblogic Socket Timeout 관련하여 정리 (0) | 2024.07.10 |
| JDK 업그레이드 (0) | 2024.06.19 |