This time I have a problem. specifically with ICEFACES.
I have a Java APP that manages (EJB, Hibernate) for logic business and model, and ICEFACES for view. Yesterday I was doing some concurrency tests, and Bum! the App couldn't handle that; yep, It did not pass any of those tests (simple test with 5 PCs, a simple search). So, I tried the same by designing a simple Servlet and doing again the same test; the result was that It passed all those tests. So, Is there any problem with ICEFACES concurrency? Do I need to set-up a magic configuration file for handling many connections?