Re: Struts2 initial page loading time

2016-07-25 Thread Sreekanth S. Nair
I've tried with both dev mode on and off but the problem still persist. No i'm not using any java 8 plugin and also we are not using any java8 lambda code inside action classes. Fyi, its deployed in wildfly 10.0.0 Final, having around 7 to 8 WARS deployed as an EAR. On Mon, Jul 25, 2016 at 4:31 PM

Re: Struts2 initial page loading time

2016-07-25 Thread Lukasz Lenart
2016-07-22 8:23 GMT+02:00 Sreekanth S. Nair : > We are using JDK 8u92, yes i have disabled devmode, enabled back for > debugging this issue. You should switch it off when debugging as in devMode configuration is re-loaded on each request. Secondly, do you use the Java8 Plugin? Regards -- Ɓukasz