Re: Lang

2018-02-10 Thread Yasser Zamani
On 2/9/2018 9:17 PM, Deborah White wrote: > I have this: > > > > It doesn't seem to like lang=es > > Help? Do you look for something like below described at [1]? es [1] https://struts.apache.org/getting-started/message-resource-files.html#internationalization-i18n -

Re: newFixedThreadPool in struts2

2018-02-10 Thread Yasser Zamani
On 2/10/2018 12:32 AM, Emi wrote: > Hello Yasser, >> You can write your own listener by implementing HttpSessionListener >> and call shutdown in it's `sessionDestroyed` method. Please see [1]. >> [1] http://www.myjavarecipes.com/tag/session-timeout-handling-in-java/ > In HttpSessionListener, it s

Re: newFixedThreadPool in struts2

2018-02-10 Thread Yasser Zamani
On 2/9/2018 10:20 PM, Emi wrote: > [Try2] . Each user login session create one fixedPool . When user > logout, fixedPool.shutdown()   What about if users do not call > logout action. Where and how the fixedPool to be shutdown?   Is > there a way to auto shutdown after period of ti