RE: Disabling Struts warning messages in the console

2016-02-19 Thread Murat Balkan
Hi, It seems I will go with Lukasz's solution as I only want to suppress no action found kind of messages. Thanks a lot for all the answers. Murat -Original Message- From: Łukasz Lenart [mailto:lukasz.len...@gmail.com] Sent: Friday, February 19, 2016 3:38 AM To: Struts Users Mailing List

Re: Disabling Struts warning messages in the console

2016-02-19 Thread Łukasz Lenart
You can define such action or use and return custom 404.action (mobile) 17 lut 2016 21:46 "Murat Balkan" napisał(a): > Hi, > I'd like to disable the warning messages in the console log (catalina.out) > like > > WARNING: Could not find action or result: /prepOrder.do?code=PNG > There is no Actio