RE: asking advice for tomcat 7 config

2012-10-19 Thread Romain Van der Keilen
Hi Guys, > After that, I looked deeper into the database configuration, as I saw > in the tests that non db relative actions were responding very fast > (50ms for a 1000 users basis). I finally found an OracleDataSource in > the Oracle Driver, which reacts far way better than the > BasicDataSo

RE: asking advice for tomcat 7 config

2012-10-18 Thread Romain Van der Keilen
Hi there! Some news for you about my problem. I did all the modifications you suggested, it increased the response time a little bit (2-3 seconds better on a 15 seconds scale). It was already good to take, and helped me to create a healthy configuration. After that, I looked deeper into the data

RE: asking advice for tomcat 7 config

2012-10-17 Thread Romain Van der Keilen
>You've configured a separate pool for connectors on ports 80 and 443. Why? I thought it was better this way... Normally, the port 80 should automatically redirect to the port 443 and https only should be authorized. Is there any proper way to do that? >You've reduced the acceptCount to 50. W

asking advice for tomcat 7 config

2012-10-17 Thread Romain Van der Keilen
. Thanks in advance, Romain Van der Keilen.