Tomcat, creating threads



I am trying to do some thread profiling on a website that consists
almost entirely of JSPs. When I create a thread in my application, I
give it a relevant name.

The problem is, I am seeing other threads that are calling my classes.
Are these threads being created by Tomcat?

The "unknown" threads have names like: Thread-17, Thread-18, etc.
I'm not sure, but I think these threads are being created every time my
JSPs try to access a session. Is there any way to tell where these
threads are coming from? Or, if they are being created by tomcat, can
I tell tomcat to name them something different?

Thanks in advance.

.



Relevant Pages

  • Re: Tomcat on OpenVMS - Is source code available?
    ... >>This problem has to do with how Tomcat is compiling JSPs when it ... > the compiler and whatever error message I received didn't tell me this. ... JSPs located in the ... root folder of the webapp are compiled w/o any problems. ...
    (comp.os.vms)
  • Re: problem upgrading to JSTL 1.2
    ... from Tomcat 5 to Tomcat 6. ... Now some of our old JSPs don't work. ... I might, after seeing the definition of the backing bean, particularly the currGroup object's type, and the declaration of getCurrent, its type, its declaration of getValue, its type in turn, and the declaration of that type's getList. ... Incomplete examples lead to incomplete answers. ...
    (comp.lang.java.programmer)
  • Re: Empfehlung =?ISO-8859-1?Q?f=FCr_ein_J2E_Buch_und_A?= =?ISO-8859-1?Q?pplikationss
    ... Deswegen kann man Tomcat schon als J2EE-Application-Server bezeichnen. ... Er kann als Web-Container Teil eines Applicationsservers sein, der J2EE komplett unterstützt oder man kann ihn eben standalone einsetzen, wenn man nur JSPs und Servlets braucht. ...
    (de.comp.lang.java)
  • Question about Oracle 10gAS and JSPs
    ... some JSPs working with it, so my terminology may not be correct... ... Under the "infrastructure" website, ... Is the only way to create a full WAR and then try to deploy it? ...
    (comp.databases.oracle.misc)
  • Re: When to use server.xml or web.xml to define my webapp...
    ... load my JSPs and/or other resources from ... one path, while getting the servlet classes and libs (ie, all of the ... I'm using IntelliJ IDEA to develop some servlets and JSP's, ... Although IDEA claims to be able to launch a private version of Tomcat ...
    (comp.lang.java.programmer)