Re: Log4j dtd

2016-03-22 Thread José Antonio Delgado Trujillo
t; Saludos/ > Martín > __ > > > > > From: jadt...@gmail.com > > Subject: Re: Log4j dtd > > Date: Mon, 21 Mar 2016 22:21:28 + > > To: user@struts.apache.org > > > > Well there are some difference between the online do

Re: Log4j dtd

2016-03-22 Thread Lukasz Lenart
2016-03-21 23:21 GMT+01:00 José Antonio Delgado Trujillo : > Well there are some difference between the online documentation tutorial > basic-struts and the github examples. > > In the documentation > log4j.xml > and in the pom the dependency log4j as artifactId. > > In the github > lo4j2.xml > an

RE: Log4j dtd

2016-03-21 Thread Martin Gainty
__ > From: jadt...@gmail.com > Subject: Re: Log4j dtd > Date: Mon, 21 Mar 2016 22:21:28 + > To: user@struts.apache.org > > Well there are some difference between the online documentation tutorial > basic-struts and the git

Re: Log4j dtd

2016-03-21 Thread José Antonio Delgado Trujillo
Well there are some difference between the online documentation tutorial basic-struts and the github examples. In the documentation log4j.xml and in the pom the dependency log4j as artifactId. In the github lo4j2.xml and in the pom the dependency log4j-core like artifactId i used the first, i f

Re: Log4j dtd

2016-03-21 Thread Lukasz Lenart
2016-03-21 19:00 GMT+01:00 José Antonio Delgado Trujillo : > Hi, > > i’m doing the getting started struts2 tutorial and i have a warning message > with log4j.xml file. > > In the tutorial the second line in log4j.xml is > > "log4j.dtd”> > > but eclipse can’t located log4j.dtd in my workspace. > >

Log4j dtd

2016-03-21 Thread José Antonio Delgado Trujillo
Hi, i’m doing the getting started struts2 tutorial and i have a warning message with log4j.xml file. In the tutorial the second line in log4j.xml is but eclipse can’t located log4j.dtd in my workspace. How can i fix the problem? isn’t there a external place to locate log4j.dtd?