I've installed Apache Directory Studio, and created a simple server following this tutorial. http://krams915.blogspot.com/2011/01/ldap-apache-directory-studio-basic.html
It works fine. Now I'd like to see the log file with all the queries that the server receives. For that, I enable Apache Directory Studio -> Preferences -> apache directory Studio -> apache DS -> Server logs -> Level: Debug
Or is there a better way (to see the LDAP queries from clients)?
However, restarting the server with this, I get a Java heap space error from Apache DS studio.
I've created the file /Applications/Apache\ Directory\ Studio.app/Contents/MacOS/ApacheDirectoryStudio.ini as indicated in this web page, and doubling its values: http://directory.apache.org/studio/faqs.html
but I still get the same error. why is that? is apache ds studio trying to load all the log in memory? (and even is that is the case, the log file is less than 10Mb...)
How to solve this problem? If there is no simple solution, I will install Apache DS by its own (without Apache DS Studio) ; this should work.
Regards, David