Re: Struts 2.5.14 support for java 8/java 9/java 10

2018-03-09 Thread Martin Gainty
David-


which Struts issues are you encountering with JDK 1.8?

JDK 1.9?
JDK 10?

?

Martin-
__


From: Adam Brin 
Sent: Monday, March 5, 2018 8:23 AM
To: Struts Users Mailing List
Subject: Re: Struts 2.5.14 support for java 8/java 9/java 10

You might look in the struts2 JIRA for open issues

> On Mar 5, 2018, at 6:18 AM, David Greene  wrote:
>
> Struts 2.5 has out of the gate support for Java8.  I haven't tried 9 or 10
> yet.
>
> On Mon, Mar 5, 2018 at 4:16 AM, coolaki2...@gmail.com > wrote:
>
>> Hello,
>>
>> Can anyone throw some knowledge about Struts support for Java 8 , Java 9
>> and Java 10.
>>
>>
>> Thanks,
>>
>> A.S
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>
>
> --
> 
> *David Greene*
> *SecureLink, Inc.*
> Secure networks for remote support
> 
> mobile | (512) 630-2285
> office | (512) 640-1912
> 
> da...@securelink.com
>
> This email may contain private information and is for the intended
> recipient only. If received in error, please notify sender and destroy any
> copies. Unauthorized review, use, or disclosure of the contents herein is
> prohibited

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts2 login action class seems to be reused

2018-03-09 Thread Prasanth Pasala
Ran tests with 1000 users logging in in 60sec while simultaneously 1000 users 
just requesting login page in 60 sec to see if any of them would get in with 
out username/password. No luck. System seems
to be working properly. Also tried increasing it to 2000 it still worked as it 
should with out the issue coming up.

Would hot deployments cause any issue?

Thanks,
Prasanth

On 03/08/2018 11:53 AM, Yasser Zamani wrote:
>
> On 3/8/2018 6:42 PM, Prasanth Pasala wrote:
>> Wish I was able to consistently reproduce it. I have two thread groups in 
>> JMeter one thread group requests login page then logs in. Another thread 
>> group just requests login page. I have tried this
>> with 100 users, 250 users in each thread group. I have varied the ramp up 
>> times from 60sec to 300sec.
> I think this is not heavy enough to force race condition on your web
> server. Use only ones user which logs in and logs out in a loop. Then,
> in another side, Increase users (threads) and decrease the ramp up time
> as more as your system does not hang. I remember I was able to ramp up
> 300 users (threads) in 15 seconds at my system.
>
> Regards.
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>