Trying to add custom error page for content item on a site that might have been unpublished, but not sure where to put the web.xml when w/in WEM site.
<error-page> <error-code>404</error-code> <location>/WEB-INF/errors/404.jsp</location></error-page><error-page> <error-code>500</error-code> <location>/WEB-INF/errors/500.jsp</location></error-page>