Tomcat Memory Leaks.

2014-09-17 Thread Ahmed Hosni
I am using tomcat 7 on production environment, I used Find Leaks option it called GC but I didn't get any information.It should show more information, I hope to get information about memory and unreachable objects which caused the leak. -- Best Regards *Ahmed Hosni*

Find Leaks in Manager App

2014-09-13 Thread Ahmed Hosni
Hi all, I am using tomcat 7 on production environment, I used Find Leaks option it called GC but I didn't get any information.It should show more information. -- Best Regards *Ahmed Hosni*

Max threads and Connector

2014-08-12 Thread Ahmed Hosni
I am using nginx webserver with tomcat 7 in production environment , I am trying to optemize performance changing connector port type from http to ajp and increasing maxThreads attribute in connector, does that really can enhance performance?