Configuration in the loading of the application

2008-07-24 Thread OTA_DZ
Hi, I’m new in Struts 2 and I want to do some configuration (log4j, DataBase,…) in the loading of my application. In Struts 1 I use an implementation of PlugIn and do these configurations in init() method. Could you please help me? Best Regards, OTA_DZ. -- View this message in context: http

Session management when using IE 7

2008-07-28 Thread OTA_DZ
Hi, When I start my struts application in the same IE instance in 2 tabs I get the same sessionid and when I disconnect from one the other is systematically disconnected. I think there is an overlapping of session in my application. The same problem occur using FireFox. Additionally, I don’t hav