summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/logging/LogQueue.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed thread leaks during shutdown.Endi S. Dewata2015-06-181-5/+4
| | | | | | | | Various codes have been modified to properly stop threads during shutdown. A new ID attribute has been added to the LDAP connection factory classes to help identify leaking threads. https://fedorahosted.org/pki/ticket/1327
* Reorganized server packages.Endi S. Dewata2013-10-251-0/+122
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.