RE: Log4j dtd

2016-03-21 Thread Martin Gainty
Eclipse cleans classes folder so perhaps put a copy of log4j.xml into \src ? For maven put a copy of log4j.xml into \src\main\resources http://stackoverflow.com/questions/9554805/log4j-xml-in-eclipse Saludos/ Martín __

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?