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

2015-07-21 Thread Lukasz Lenart
2015-07-21 12:54 GMT+02:00 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? Hm... not sure if such situation was predicted. I mean using RE

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 (wher

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 : 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 info INFO: Pars

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" wrote: > It's broken/fixed by this issue > https://issue

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 : > Hi all, > > I have a web app made using Struts 2 version 2.1.8, and its Convention and > REST plugins. I needed