This two url are different
1)http://host:8080/blablah - returns correct 404 page
2)http://host:8080/app1/blablah - returns a blank page ..
You must put also in app1/WEB-INF/web.xml this code
| <error-page>
| <error-code>404</error-code>
| /404.html
| </error-page
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258809#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...