On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

custom error page

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>