Free community discussion board for IBM® WebSphere® Portal
and Lotus Web Content Management™
(WCM / ILWWCM / LWWCM / WWCM) products.
You are not logged in.
Hi
I met a problem when we http://hostname:10040/wps/asss (which is not existed at all). The Portal server will print a page
Error 404: SRVE0190E: File not found: /asss
It is obvious a not friendly prompt. So we want to use a custom error page. And we tried this
1. add <error-page>
<error-code>404</error-code>
<location>/error.html</location>
</error-page>
to web.xml for wps.war
2. create a error.html under wps.war
But this solution failed and does anyone solve this problem? Thanks.
Offline