On 2/23/23 9:17 AM, Mark Thomas wrote:

You need to remove the error page entry for 404 errors from WEB-INF/web.xml rather than / as well as renaming / removing 404.jsp

Delete (or comment out) these lines:

   <error-page>
     <error-code>404</error-code>
     <location>/WEB-INF/jsp/404.jsp</location>
   </error-page>

Thanks. I really wish certain other support lists and boards were as eager to help as you have been.

It looks like seeing the effects of this will have to wait for tonight's restart. It seems like when you run Tomcat on an IBM Midrange box, *almost every change* has to wait for a restart.

In other news, it appears that updating the Java on that other installation that was going into a runaway state and crashing has solved their problems: heap allocations are topping out, but so far no runaways or crashes.

--
JHHL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to