From user-return-217746-apmail-struts-user-archive=struts.apache.org@struts.apache.org Thu Jul 7 05:18:05 2016 Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5392C19C54 for ; Thu, 7 Jul 2016 05:18:05 +0000 (UTC) Received: (qmail 34142 invoked by uid 500); 7 Jul 2016 05:18:03 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 34102 invoked by uid 500); 7 Jul 2016 05:18:03 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 34091 invoked by uid 99); 7 Jul 2016 05:18:03 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 05:18:03 +0000 Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 5AB351A01BC for ; Thu, 7 Jul 2016 05:18:02 +0000 (UTC) Received: by mail-wm0-f54.google.com with SMTP id z126so133960961wme.0 for ; Wed, 06 Jul 2016 22:18:02 -0700 (PDT) X-Gm-Message-State: ALyK8tIpLQYcErx4Umv/5WqjdjnF2JhEwo1gBXJ5Swyg45NIrfgDoIk2kIRkoOzbl/hrnOj4JB0O3yF1jSR1rw== X-Received: by 10.194.88.5 with SMTP id bc5mr25855575wjb.100.1467868680693; Wed, 06 Jul 2016 22:18:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.80.229 with HTTP; Wed, 6 Jul 2016 22:17:41 -0700 (PDT) In-Reply-To: References: From: Lukasz Lenart Date: Thu, 7 Jul 2016 07:17:41 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: DMI issue with struts 2.3.29 in tomcat To: Struts Users Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2016-07-06 9:19 GMT+02:00 Vidula Hasaranga : > web.xml > > > struts2 > org.apache.struts2.dispatcher.ng.filter.Str= utsPrepareAndExecuteFilter > > config > struts-default.xml, > struts-plugin.xml, > /WEB-INF/struts-config.xml This is the issue and it never worked - Struts doesn't lookup for resources in /WEB-INF folder. The best option is to drop this configuration and rename "struts-config.xml" into "struts.xml" and put it under "classes" folder (or if you are using Maven put it under "resources") Regards --=20 =C5=81ukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org