Re: log4j problem

2017-12-31 Thread Lukasz Lenart
2017-12-30 20:27 GMT+01:00 José Antonio Delgado Trujillo : >> Probably because a browser is requesting "/" to check something and as there >> is no action named "" you see the error. > > ?? You have in logs that there is no action mapped to "" - which means something (a

Re: log4j problem

2017-12-30 Thread José Antonio Delgado Trujillo
Thanks Yasser, Fix-it with debug-level Un saludo, José A. > On 30 Dec 2017, at 09:10, Yasser Zamani wrote: > > > > On 12/30/2017 12:43 AM, José Antonio Delgado Trujillo wrote: >> The log that is expected is ... > > Default level is `info` [1]. Please change them to

Re: log4j problem

2017-12-30 Thread José Antonio Delgado Trujillo
I cloned the GithHUb struts-example https://github.com/apache/struts-examples.git > > Probably because a browser is requesting "/" to check something and as there > is no action named "" you see the error. > ??

Re: log4j problem

2017-12-30 Thread Martin Gainty
From: José Antonio Delgado Trujillo <jadt...@gmail.com> Sent: Friday, December 29, 2017 4:13 PM To: Struts Users Mailing List Subject: Re: log4j problem MG>before you restart did you deploy your struts-basic*.war to server/default/deploy folder?

Re: log4j problem

2017-12-30 Thread Yasser Zamani
On 12/30/2017 12:43 AM, José Antonio Delgado Trujillo wrote: > The log that is expected is ... Default level is `info` [1]. Please change them to `debug` because you expect debug level. [1] https://github.com/apache/struts-examples/blob/master/basic-struts/src/main/resources/log4j2.xml

Re: log4j problem

2017-12-30 Thread Lukasz Lenart
2017-12-29 19:57 GMT+01:00 José Antonio Delgado Trujillo : > I don’t know how to recompile lot with runtime jdk provided by JBOSS > I rm log, data, tmp folders > restart wildfly, clean and deploy basic-struts, and when i put in the > browser >

Re: log4j problem

2017-12-29 Thread José Antonio Delgado Trujillo
> MG>before you restart did you deploy your struts-basic*.war to > server/default/deploy folder? JD> mvn wildly:deploy put the war in the folder deploy > MG>display struts.xml to determine mapping for namespace “/ JD> I clone the trust-exmple GitHub. I haven’t modify anything. >

Re: log4j problem

2017-12-29 Thread Martin Gainty
From: José Antonio Delgado Trujillo <jadt...@gmail.com> Sent: Friday, December 29, 2017 1:57 PM To: Struts Users Mailing List Subject: Re: log4j problem I don’t know how to recompile lot with runtime jdk provided by JBOSS MG>JBOSSConfigurati

Re: log4j problem

2017-12-29 Thread José Antonio Delgado Trujillo
I don’t know how to recompile lot with runtime jdk provided by JBOSS I rm log, data, tmp folders restart wildfly, clean and deploy basic-struts, and when i put in the browser localhost:8080/basic-struts/index.action I see the Welcome to Struts 2 jsp But i read in the console of wildly the next

Re: log4j problem

2017-12-29 Thread Martin Gainty
tart jboss un saludo From: José Antonio Delgado Trujillo <jadt...@gmail.com> Sent: Friday, December 29, 2017 9:25 AM To: Struts Users Mailing List Subject: Re: log4j problem After clone the GitHub and deploy basic-struts in Wildly: log4j is in lib folder It isn’t

Re: log4j problem

2017-12-29 Thread José Antonio Delgado Trujillo
After clone the GitHub and deploy basic-struts in Wildly: log4j is in lib folder It isn’t any log4j output after test in the browser (localhost:8080/basic-struts/index.action) I don’t think is a level problem in WildFly because... If i did manually the first project basic-struts i can see more

Re: log4j problem

2017-12-29 Thread Yasser Zamani
Could you search for 'log4j' in your output. Log4j prints warning or error if cannot configure itself. Also see log4j jar should be in lib folder of your deployed web app. If presents and no log4j in your output, check Wildy log levels. On Dec 29, 2017, at 1:40PM, "José Antonio Delgado

log4j problem

2017-12-29 Thread José Antonio Delgado Trujillo
I was testing the tutorial Getting Started, i cloned the GitHub strut-examples in Eclipse and i am using Wildly container (i only change the POM plugin to use wildly-maven-plugin). I can deploy an run correctly the most of module but i can’t see any log information in the server console. What

Re: log4j problem, need solution

2006-11-18 Thread Nuwan Chandrasoma
, November 17, 2006 9:11 PM Subject: log4j problem, need solution I am getting the following message in tomcat console properties info:log4j: Warn no appenders could be found for loggers( org.apache.catalina.session.ManagerBase). info: log4j:WARN Please initialize the log4j system property. I am using

log4j problem, need solution

2006-11-17 Thread Sreenivas M
I am getting the following message in tomcat console properties info:log4j: Warn no appenders could be found for loggers( org.apache.catalina.session.ManagerBase). info: log4j:WARN Please initialize the log4j system property. I am using Tomcat 5.1, and running a struts application. can any one