https://issues.apache.org/bugzilla/show_bug.cgi?id=52955

             Bug #: 52955
           Summary: Add a ThreadFactory implementation to the
                    ExecutorService used to deploy applications
           Product: Tomcat 7
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: bugzi...@pidster.com
    Classification: Unclassified


Created attachment 28488
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28488
ThreadFactory implementation for ContainerBase ExecutorService

The current implementation of the ExecutorService (in ContainerBase) uses the
default thread factory, producing Threads named "pool-1-thread-1".

Thread properties can be customised using a thread factory, modifying the
naming scheme will help users identify container threads.

Patch attached.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to