Re: Origin of struts log messages misleading

2015-07-21 Thread Norbert Harrer
Alright. Only need to be patient then :-) Thanks. On 18.07.2015 19:55, Lukasz Lenart wrote: 2015-07-17 23:57 GMT+02:00 Norbert Harrer nhar...@gmx.at: Hi. I noticed, that all log messages from struts look like this: Jul 17, 2015 11:31:39 PM com.opensymphony.xwork2.util.logging.jdk.JdkLogger

RE: Origin of struts log messages misleading

2015-07-21 Thread Martin Gainty
Morning Norbert ceki gulcu spent years mastering the art of incorporating PatternLayouts and different Appenders into log4j Say you have a thread that is spiking CPU or heap when processing a particular algo algos code is out of reach from IDEs and you want to test it near Prod environment

Re: 404 error with @Action(/) when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Júlio Aragão
Lukasz, Thanks for the answer. So, is there a way to map the root to an specific action, with convention and rest plugins, once RestActionMapper returning null is the desired effect? Thanks! -Julio On Jul 21, 2015 4:44 AM, Lukasz Lenart lukaszlen...@apache.org wrote: It's broken/fixed by this

Re: 404 error with @Action(/) when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
It's broken/fixed by this issue https://issues.apache.org/jira/browse/WW-3857 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-07-21 3:05 GMT+02:00 Julio Aragao ju...@quimbik.com: Hi all, I have a web app made using Struts 2 version 2.1.8, and its Convention and REST