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

--- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-01-27 
13:22:23 EST ---
Created an attachment (id=26566)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26566)
Alternative implementation of the servlet

Alternative implementation of the servlet, now using only official API to
trigger the issue. Reflection is used only to inspect the state afterwards.

To map the servlet:
    <servlet>
      <servlet-name>issue50642</servlet-name>
      <servlet-class>issue50642.HttpClientServlet</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>issue50642</servlet-name>
      <url-pattern>/issue50642</url-pattern>
    </servlet-mapping>

When being run as a servlet in TC 7.0.x it prints:

KeepAliveThread: null, cl=null
KeepAliveThread: Thread[Keep-Alive-Timer,8,system], cl=WebappClassLoader
  context: /examples
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@19f953d

-- 
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