Re: Struts 2: running processes/threads in background

2016-07-18 Thread Lukasz Lenart
2016-07-18 16:35 GMT+02:00 Martin Gainty : >> "execAndWait" result should be sufficient for your usecase. I was >> wondering if implementing something based on actors would make sense >> but not sure if this will play nicely with Servlets. > MG>could this be a solution to run

ApacheCon: Getting the word out internally

2016-07-18 Thread Melissa Warnkin
ApacheCon: Getting the word out internally Dear Apache Enthusiast, As you are no doubt already aware, we will be holding ApacheCon in Seville, Spain, the week of November 14th, 2016. The call for papers (CFP) for this event is now open, and will remain open until September 9th. The event is

Re: [ANN] Apache Struts 2.3.30 GA

2016-07-18 Thread Sreekanth S. Nair
I'm not sure about bridging log4j1 to log4j2 gives us any benefit from enduser point of view, and most the people were using slf4j and log4j 1 for sure, with the addition of log4j2 the chain is getting complex for a simple logging. Why can't struts2 can make a log wrapper around it based on the

Re: [ANN] Apache Struts 2.3.30 GA

2016-07-18 Thread Adam Brin
Hi Emi, You’ll definitely need a log4j2.xml, and you may need to change the listeners and also omit some other log4j 1.0 libraries from your pom. We did the upgrade last year and found the docs on the log4j2 website useful, you might start there. best of luck. --

Re: [ANN] Apache Struts 2.3.30 GA

2016-07-18 Thread Emi
try the bridge to log4j1 https://logging.apache.org/log4j/log4j-2.2/log4j-1.2-api/index.html Updated to: . log4j-api-2.6.2.jar . log4j-core-2.6.2.jar . log4j-web-2.6.2.jar . log4j-1.2-api-2.6.2.jar . commons-logging-1.2.jar . struts2.5.2. jars Didn't change web.xml and log4j.xml. But log

RE: Struts 2: running processes/threads in background

2016-07-18 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Mon, 18 Jul 2016 07:49:28 +0200 > Subject: Re: Struts 2: running processes/threads in background > To: user@struts.apache.org > > Hi, > > "execAndWait" result should be sufficient for your usecase. I was > wondering if implementing something based on

Re: [ANN] Apache Struts 2.3.30 GA

2016-07-18 Thread Johannes Geppert
You can try the bridge to log4j1, this is maybe the simplest solution here. https://logging.apache.org/log4j/log4j-2.2/log4j-1.2-api/index.html Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2016-07-18

Re: [ANN] Apache Struts 2.3.30 GA

2016-07-18 Thread Sreekanth S. Nair
Absolutely that's what even i feel, server like Jboss (wildfly doesn't have support for it) so all logs coming after the following message is writing to stdout (is that the expected behavior). On Mon, Jul 18, 2016 at 6:43 PM, Emi wrote: > hi, is there any plan for the

Re: [ANN] Apache Struts 2.3.30 GA

2016-07-18 Thread Emi
hi, is there any plan for the date of end of life for 2.3.x series? No exact date but you can only expect security fixes (if possible) that will ported into 2.3.x series. should consider migrating into 2.5.x series which isn't so hard. Will 2.5.x support log4j1.x? There are thousands of classes

Re: HTTP POST request header changing in Internet Explorer

2016-07-18 Thread Lukasz Lenart
Hi As far I understand it's an AJAX request, right? If so action answers with text/html which is wrong. Hard to say anything else as your mail was formatted very badly :\ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-07-15 9:31 GMT+02:00 punter